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