Back to Devexpress

GreenShift Constant

vcl-dxcoregraphics-0ee0daa8.md

latest627 B
Original Source

GreenShift Constant

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

Declaration

delphi
const GreenShift = 8;

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