Name
Green -- return green portion of a color (V1.9)
Synopsis
g = Green(color)
Function
This function returns the 8-bit green component of a color in the RGB format.

Inputs
color
input color in RGB format
Results
g
green component of the color
Example
g = Green($24C0C0)
The above code will return $C0 which is the green component of the color.

Show TOC