IdxColorPalette.GetFillColor(string) Method
Returns a color by its unique identifier (name) within the fill palette.
Declaration
function GetFillColor(const ID: string): TdxAlphaColor;
Parameters
| Name | Type |
|---|---|
| ID | string |
Returns
| Type |
|---|
| TdxAlphaColor |
Remarks
Call this function to obtain a TdxAlphaColor color whose name within the fill palette is passed as the ID parameter.
Refer to the particular GetFillColor function implementation descriptions for detailed information.
See Also