Table of Contents

Class Palette

Namespace
ScottPlot
Assembly
ScottPlot.dll
public static class Palette
Inheritance
Palette
Inherited Members

Properties

Default

public static IPalette Default { get; set; }

Property Value

IPalette

Methods

FromColors(Color[])

Create a custom palette from an array of colors

public static IPalette FromColors(Color[] colors)

Parameters

colors Color[]

Returns

IPalette

FromColors(string[])

Create a custom palette from an array of colors

public static IPalette FromColors(string[] hexColors)

Parameters

hexColors string[]

Returns

IPalette

GetPalettes()

Return an array containing every available palette

public static IPalette[] GetPalettes()

Returns

IPalette[]