TdxCustomColorPalette Class
In This Article
The base class for all classes that implement color palette containers in DevExpress products.
#Declaration
Delphi
TdxCustomColorPalette = class(
TInterfacedObject,
IdxColorPalette
)
#Remarks
This class provides a basic IdxColorPalette interface implementation.
The TdxCustomColorPalette class provides the following members that allow you to:
Obtain the palette container’s globally unique 128-bit identifier (GetID);
Obtain specific fill and stroke colors from the corresponding palettes (GetFillColor and GetStrokeColor).
You do not need to create instances of the TdxCustomColorPalette class. Use its descendants instead.
#Implements
#Inheritance
TObject
TInterfacedObject
TdxCustomColorPalette
See Also