Back to Devexpress

RedShift Constant

vcl-dxcoregraphics-6ec61cdb.md

latest623 B
Original Source

RedShift Constant

Specifies the right bit shift corresponding to red component bits in a TdxAlphaColor value.

Declaration

delphi
const RedShift = 16;

Remarks

The AlphaShift, BlueShift, GreenShift, and RedShift global constants determine the number of bits to shift right to extract the alpha, blue, green, and red component bits from a TdxAlphaColor value, respectively.

See Also

dxCoreGraphics Unit