Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

dxAlphaColorToRGBQuad(TdxAlphaColor) Method

Converts a specified TdxAlphaColor value to the TRGBQuad type.

#Declaration

Delphi
function dxAlphaColorToRGBQuad(AColor: TdxAlphaColor): TRGBQuad;

#Parameters

Name Type
AColor TdxAlphaColor

#Returns

Type
TRGBQuad

#Remarks

This function initializes the rgbBlue, rgbGreen, rgbRed, and rgbReserved fields of the resulting TRGBQuad value with the blue, green, red, and alpha component values obtained from the color passed as the AColor parameter.

See Also