Back to Devexpress

BlueShift Constant

vcl-dxcoregraphics-f523f731.md

latest625 B
Original Source

BlueShift Constant

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

Declaration

delphi
const BlueShift = 0;

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