clrGetRed(color)¶
Definition¶
Integer clrGetRed(String color)
Description¶
Returns an Integer between 0-255 that is the red component of the supplied color. Returns null if supplied color is null or invalid format.
Parameter Definition¶
Name | Type | Description |
---|---|---|
color | String | Color to inspect in rrggbb format |