Skip to main content
A newer version of this page is available. .

TdxAlphaColors Record

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

Declaration

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