System.toActualColor
Function/Meaning
Get the actual color from a color constant
Type
Method of the
System class
Syntax
toActualColor(
color
)
Arguments
color
Specifies the color constant (refer to the
Color Constant List
).
If a standard 0xRRGGBB format color is specified, the value is returned as-is.
Return Value
Returns the actual color represented by the specified color constant in 0xRRGGBB format.
Description
Converts a color constant to an actual color and returns it in 0xRRGGBB format.