ColorMap Namespace Reference

Enumerations

enum  Value { JET, SUMMER, AUTUMN, COOL }
 Color maps that associate a color to every float from [0..1]. More...
 

Enumeration Type Documentation

◆ Value

enum Value

Color maps that associate a color to every float from [0..1].

This mimics some of the standard MATLABĀ® color maps, see http://www.mathworks.de/de/help/matlab/ref/colormap.html.

Enumerator
JET 

Ranges from blue to red, and passes through the colors cyan, yellow, and orange.

SUMMER 

Consists of colors that are shades of green and yellow.

AUTUMN 

Varies smoothly from red, through orange, to yellow.

COOL 

Consists of colors that are shades of cyan and magenta.

Definition at line 16 of file color.h.