Skip to main content

Palette.CreatePalette(Color[]) Method

Creates a palette from the specified colors.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v23.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

public static Palette CreatePalette(
    params Color[] colors
)

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