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

TdxAlphaColors Record

In This Article

Stores TdxAlphaColor equivalents of certain TColor values and provides a set of auxiliary color-related functions.

#Declaration

Delphi
TdxAlphaColors = record

#Remarks

Designed to simplify work with TdxAlphaColor values and properties, the TdxAlphaColors type stores the following sets of TdxAlphaColor equivalents of TColor values:

In addition, the TdxAlphaColors type provides the following class functions:

Note

All TdxAlphaColors members, except for the FromArgb class function, return solid colors (their alpha value is set to 255 ($FF)). To create colors with custom transparency levels, call either this class function or the dxColorToAlphaColor global function.

See Also