Back to Devexpress

dxGetGreen(TdxAlphaColor) Method

vcl-dxcoregraphics-dot-dxgetgreen-x28-3f878a99-x29.md

latest911 B
Original Source

dxGetGreen(TdxAlphaColor) Method

Extracts the green color component value from a specified color.

Declaration

delphi
function dxGetGreen(AColor: TdxAlphaColor): Byte;

Parameters

NameType
AColorTdxAlphaColor

Returns

Type
Byte

Remarks

Call the dxGetAlpha, dxGetBlue, dxGetGreen , and dxGetRed functions to extract the alpha, blue, green, and red component values from a TdxAlphaColor value passed as the AColor parameter.

See Also

TdxAlphaColors.G

dxCoreGraphics Unit