Palette(Color[]) Constructor
Initializes a new instance of the Palette class with the specified array of palette colors.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v25.2.dll
NuGet Package: DevExpress.TreeMap
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| colors | Color[] | An array of Color objects specifying palette colors. An individual color can be accessed using the Palette.Item property. |
See Also