Class createjs.Graphics.FillColor
Defined in: graphics.js.
Constructor Attributes | Constructor Name and Description |
---|---|
createjs.Graphics.FillColor(color)
An inner class used by the createjs.Graphics class to set a fill color.
|
Method Attributes | Method Name and Description |
---|---|
<static> |
createjs.Graphics.FillColor.get(color)
Creates a createjs.Graphics.FillColor object.
|
getText()
|
|
paint(renderer)
|
Class Detail
createjs.Graphics.FillColor(color)
An inner class used by the createjs.Graphics class to set a fill color.
- Parameters:
- {string} color
Method Detail
<static>
{createjs.Graphics.FillColor}
createjs.Graphics.FillColor.get(color)
Creates a createjs.Graphics.FillColor object.
- Parameters:
- {string} color
- Returns:
- {createjs.Graphics.FillColor}
getText()
paint(renderer)
- Parameters:
- renderer