Back to Devexpress

RedMask Constant

vcl-dxcoregraphics-f8844ae2.md

latest624 B
Original Source

RedMask Constant

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

dxCoreGraphics Unit