Palette(Color[]) Constructor
Initializes a new instance of the Palette class with the specified array of palette colors.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v24.2.dll
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