Color

Since: 25.6

Properties

Name
Type
Access
Min Version
Description
red
number
W
25.6
Read/Write property to get/set red value of color object
green
number
W
25.6
Read/Write property to get/set green value of color object
blue
number
W
25.6
Read/Write property to get/set blue value of color object
alpha
number
W
25.6
Read/Write property to get/set alpha value of color object

Instance Methods

equals

Returns true if the given ColorObject is equal to this ColorObject

Since: 25.6

Returns: boolean

Parameters

Name
Type
Description
colorObject
Color
-