RasterGraphics.setColor( color )
Set the stroke color used in future stroke operations.Parameters
Name | Type | Description | |
---|---|---|---|
color | 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. |