RedMask Constant
In This Article
Specifies the hexadecimal value corresponding to the red TdxAlphaColor value.
#Declaration
Delphi
const RedMask = $00ff0000;
#Remarks
The AlphaMask, BlueMask, GreenMask, and RedMask global constant values are used for bitwise operations with TdxAlphaColor values. The RedMask value corresponds to a color whose red component is set to 255 ($FF).
See Also