Back to Devexpress

IdxColorPalette Interface

vcl-dxcoregraphics-bc388b8f.md

latest1.5 KB
Original Source

IdxColorPalette Interface

Exposes the functions that return stroke and fill colors by their names in corresponding palettes.

Declaration

delphi
IdxColorPalette = interface(IInterface)

Remarks

SVG image draw routines can obtain named colors from fill and stroke palettes through the IdxColorPalette interface and use them instead of the standard colors that correspond to keywords specified in the 'fill' and 'stroke' attributes of SVG elements.

Main API Members

The list below outlines key members of the IdxColorPalette interface. These members allow you to work with palette colors.

GetIDReturns the palette’s unique 128-bit identifier.GetFillColor | GetStrokeColorReturns fill and stroke palette colors by their names.

Inheritance

IInterface IdxColorPalette

See Also

TdxAdvancedColorPalette Class

TdxCustomColorPalette Class

TdxSimpleColorPalette Class

IdxColorPalette Members

dxCoreGraphics Unit