RasterGraphics.setFillColor( fillColor )
Set the fill color used in future fill operations.Parameters
| Name | Type | Description | |
|---|---|---|---|
| fillColor | string | A valid html color or RGB value in the format #RRGGBB or #RGB. |
Returns
| Type | Description |
|---|---|
| object | The graphics object. This allow for chaining multiple setter methods in one single statement. |