GetAValue (Reserved Word)

image\trumpet2.gif Disclaimer

Returns an integer that represents the alpha value of the specified ARGB color value.

GetAValue(nARGB);

Where nARGB is an EasyLanguage ARGB color number.

Remarks

The value returned is an integer value ranging from 0-255.

Example

The following returns a value of 204 for the alpha portion of ARGB color value 855638271:

Value1 = GetAValue(855638271);

See Also

ARGB, GetBValue, GetGValue, GetRValue, RGB