Skip to main content

Palette(Color[]) Constructor

Initializes a new instance of the Palette class with the specified array of palette colors.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v23.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

public Palette(
    Color[] colors
)

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