Skip to main content

RedMask Constant

Specifies the hexadecimal value corresponding to the red TdxAlphaColor value.

Declaration

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