setStroke()
Sets the color of subsequent stroke operations to the color that the receiver represents.
Declaration
func setStroke()Discussion
If you subclass UIColor, you must implement this method in your subclass. Your custom implementation should modify the stroke color in the current graphics context by setting it to the color represented by the receiver.