dynamic-graph-0.1.0.12: Draw and update graphs in real time with OpenGL

Safe HaskellNone
LanguageHaskell2010

Graphics.DynamicGraph.ColorMaps

Description

Various color maps.

Synopsis

Documentation

jet :: [GLfloat] Source #

The matlab / octave "jet" color map

jet_mod :: [GLfloat] Source #

"jet" modified so that low values are a darker blue

hot :: [GLfloat] Source #

The matlab / octave "hot" color map

bw :: [GLfloat] Source #

Ranges from black to white

wb :: [GLfloat] Source #

Ranges from white to black