Palette.CreatePalette(Color[]) Method
In This Article
Creates a palette from the specified colors.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v24.2.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