GetRValue (Reserved Word)
Returns an integer that represents a red portion of the specified EasyLanguage RGB (16 million) color value.
GetRValue(BigRGBValue);
Where BigRGBValue 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 0 for the red portion of an EasyLanguage RGB color value of 3722240:
Value1 = GetRValue(3722240);