TdxSimpleColorPalette Members
A simple palette container that stores two colors.Constructors
Name | Description |
---|---|
Create(TdxAlphaColor,TdxAlphaColor) | Creates a new two-color palette from the specified TdxAlphaColor values. |
Properties
Name | Description |
---|---|
FillColor | Specifies the fill color. |
RefCount | Inherited from TInterfacedObject. |
StrokeColor | Specifies the strokes color. |
Methods
Name | Description |
---|---|
Equals(TObject) | Inherited from TObject. |
GetElementState | Inherited from TdxCustomColorPalette. |
GetFillColor(string) | Returns the fill color. |
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 the line color. |
ToString | Inherited from TObject. |
See Also