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