CSol
Enumerations
CSIRO::CSol::ColourScheme Namespace Reference

Colour scheme types.

Enumerations

enum  Type {
  Hue, Diverging, Landscape, Grayscale,
  InvGrayscale, Fire, Intensity, InvIntensity,
  Water, Random, None
}
 

Enumeration Type Documentation

enum Type
Enumerator
Hue 

Spectral hue scheme ranging from red (maximum) to blue (minimum)

Diverging 

Two-tone scheme going from red (maximum) through gray (mid) to blue (minimum)

Landscape 

Three-tone sceme going from dark green (maximum) through yellow (mid) to dark red (lowest)

Grayscale 

Grayscale scheme from white (maximum) to black (minimum)

InvGrayscale 

Grayscale scheme from black (maximum) to white (minimum)

Fire 

Two-tone scheme from yellow (maximum) to black (minimum)

Intensity 

One-tone scheme from white (maximum) to transparent (minimum)

InvIntensity 

One-tone scheme from transparent (maximum) to black (minimum)

Water 

One-tone scheme from blue (maximum) to light blue (minimum)

Random 

Colour with a random hue.

None 

Transparent white.