Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.

GetID
Returns the palette’s unique 128-bit identifier.
GetFillColor | GetStrokeColor
Returns fill and stroke palette colors by their names.

#Inheritance

IInterface
IdxColorPalette
See Also