Palette.CreatePalette(Color[]) Method
Creates a palette from the specified colors.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v24.1.dll
NuGet Package: DevExpress.TreeMap
Declaration
Parameters
Name | Type | Description |
---|---|---|
colors | Color[] | An array of Color values initializing the palette. |
Returns
Type | Description |
---|---|
Palette | A Palette object that is the newly created palette. |
See Also