clrGetGreen(color)¶
Definition¶
Integer clrGetGreen(String color)
Description¶
Returns an Integer between 0-255 that is the green 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 |