BH.oM.LadybugTools.ColourMap¶
Matplotlib standard colourmaps. This is not an exhaustive list of possible maps.
Enum values¶
Name | Description |
---|---|
Undefined | - |
Accent | - |
AFMHot | - |
AlternatePastel | - |
AlternateGNUPlot | - |
Autumn | - |
Binary | - |
BlueGreen | - |
BluePurple | - |
BlueRedGreen | - |
Blues | - |
Bone | - |
BrownBlueGreen | - |
BWR | - |
Cividis | - |
CMRmap | - |
Cool | - |
CoolWarm | - |
Copper | - |
CubeHelix | - |
Dark | - |
Flag | - |
GistRainbow | - |
GistYarg | - |
GistHeat | - |
GistStern | - |
GistEarth | - |
GistNcar | - |
GNUPlot | - |
GreenBlue | - |
Greens | - |
Grey | - |
Greys | - |
Hot | - |
HSV | - |
Inferno | - |
Jet | - |
Magma | - |
NipySpectral | - |
Ocean | - |
OrangeRed | - |
Oranges | - |
Paired | - |
Pastel | - |
Pink | - |
PinkRedGreen | - |
PinkYellowGreen | - |
Plasma | - |
Prism | - |
PurpleBlue | - |
PurpleBlueGreen | - |
PurpleOrange | - |
PurpleRed | - |
Purples | - |
Rainbow | - |
RedBlue | - |
RedGrey | - |
RedPurple | - |
Reds | - |
RedYellowBlue | - |
RedYellowGreen | - |
Seismic | - |
Set1 | - |
Set2 | - |
Set3 | - |
Spring | - |
Spectral | - |
Summer | - |
Tab10 | - |
Tab20 | - |
Tab20b | - |
Tab20c | - |
Terrain | - |
Turbo | - |
Twilight | - |
TwilightShifted | - |
Viridis | - |
Winter | - |
Wistia | - |
YellowGreen | - |
YellowGreenBlue | - |
YellowOrangeBrown | - |
YellowOrangeRed | - |
Code and Schema¶
C# implementation¶
C#
public enum ColourMap : System.Enum, System.ValueType, System.IComparable, System.ISpanFormattable, System.IFormattable, System.IConvertible
Assembly: LadybugTools_oM.dll
The C# enum definition is available on github:
All history and changes of the class can be found by inspection the history.
JSON Schema implementation¶
The object is defined as a JSON schema. You can validate a JSON instance against this schema by reference. To do this, use the schema reference below in a validator like this one.
JSON Schema
{
"$ref" : "https://raw.githubusercontent.com/BHoM/BHoM_JSONSchema/develop/LadybugTools_oM/ColourMap.json"
}
The JSON Schema is available on github here: