Skip to main content

TdxSimpleColorPalette.GetFillColor(string) Method

Returns the fill color.

Declaration

function GetFillColor(const ID: string): TdxAlphaColor; override;

Parameters

Name Type
ID string

Returns

Type
TdxAlphaColor

Remarks

Call this function to obtain a color used to fill enclosed polygons. The GetFillColor function ignores a value passed as the ID parameter and always returns the FillColor property’s underlying field value.

The GetFillColor function is accessible via the IdxColorPalette interface and is called internally to fill simple bicolor UI elements in DevExpress controls.

See Also