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
Methods
FromColors(Color[])
Create a custom palette from an array of colors
public static IPalette FromColors(Color[] colors)
Parameters
colorsColor[]
Returns
FromColors(string[])
Create a custom palette from an array of colors
public static IPalette FromColors(string[] hexColors)
Parameters
hexColorsstring[]
Returns
GetPalettes()
Return an array containing every available palette
public static IPalette[] GetPalettes()
Returns
- IPalette[]