Package-level declarations

Types

Link copied to clipboard

Colormaps represent a class of functions taking a value in the range 0.0..1.0 and returning particular RGB color values. Colormaps can be used in data visualization for representing additional information/dimension of the data e.g:

Functions

Link copied to clipboard
fun spectralZucconi6(x: Double): ColorRGBa

Accurate spectral colormap developed by Alan Zucconi.

Link copied to clipboard

Accurate spectral colormap developed by Alan Zucconi.

Link copied to clipboard
fun turboColormap(x: Double): ColorRGBa

Polynomial approximation in GLSL for the Turbo colormap.

Link copied to clipboard
fun turboColormapVector(x: Double): Vector3

Polynomial approximation in GLSL for the Turbo colormap.