Global Function
Declaration
func fillEnable()
Parameters
| none |
Returns
-
Description
Enable filling shapes. The fill color will be whatever had been the most recent fill color value. NOTE: Using any fillColor() method to set a fill color value will also enable filling shapes - therefore it is not necessary to call fillEnable after using fillColor.
Examples
fillEnable()Related
fillColor()
fillDisable()
strokeColor()
strokeDisable()
background()