Back to Devexpress

AlphaShift Constant

vcl-dxcoregraphics-b31777d3.md

latest627 B
Original Source

AlphaShift Constant

Specifies the right bit shift that corresponds to alpha component bits in a TdxAlphaColor value.

Declaration

delphi
const AlphaShift = 24;

Remarks

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

See Also

dxCoreGraphics Unit