TdxAdvancedColorPalette Members
Stores and manages two color palettes with named colors used in UI elements.Properties
Name | Description |
---|---|
FillColors | Provides access to the fill color palette. |
RefCount | Inherited from TInterfacedObject. |
StrokeColors | Provides access to the strokes color palette. |
Methods
Name | Description |
---|---|
Equals(TObject) | Inherited from TObject. |
GetElementState | Inherited from TdxCustomColorPalette. |
GetFillColor(string) | Returns a color by its unique identifier (name) within the fill palette. |
GetHashCode | Inherited from TObject. |
GetID | Returns the color palette container’s globally unique 128-bit identifier (GUID). Inherited from TdxCustomColorPalette. |
GetName | Inherited from TdxCustomColorPalette. |
GetStrokeColor(string) | Returns a color by its unique identifier (name) within the strokes palette. |
ToString | Inherited from TObject. |
See Also