GetGValue (Reserved Word)
Returns an integer that represents a green portion of the specified EasyLanguage RGB (16 million) color value.
GetGValue(nRGB);
Where nRGB is an EasyLanguage RGB color number from 0 to 16777215.
Remarks
The value returned is an integer value ranging from 0-255..
Example
To following returns a value of 204 for the green portion of an EasyLanguage RGB color value of 3722240:
Value1 = GetGValue(3722240);