Skip to main content

TdxCustomColorPalette.GetFillColor(string) Method

Returns a color by its unique identifier (name) within the fill palette.

Declaration

function GetFillColor(const ID: string): TdxAlphaColor; virtual; abstract;

Parameters

Name Type
ID string

Returns

Type
TdxAlphaColor

Remarks

This function does not have an implementation of the functionality that allows you to obtain colors from the fill palette. Each TdxCustomColorPalette class descendant that implements a particular color palette container provides its own GetFillColor function implementation. Note that certain implementations ignore a string passed as the ID parameter.

See Also