Color
Properties
Name | Type | Access | Min Version | Description |
---|---|---|---|---|
red | number | W | 25.0 | Read/Write property to get/set red value of color object |
green | number | W | 25.0 | Read/Write property to get/set green value of color object |
blue | number | W | 25.0 | Read/Write property to get/set blue value of color object |
alpha | number | W | 25.0 | Read/Write property to get/set alpha value of color object |
Instance Methods
equals
25.0boolean
Returns true if the given ColorObject is equal to this ColorObject
Parameters
Name | Type | Description |
---|---|---|
colorObject | - |