HighMap library (C++)
Loading...
Searching...
No Matches
colormaps.hpp File Reference

Predefined color mapping schemes for data visualization, including perceptual uniform (Viridis, Inferno), scientific (Seismic, Terrain), and gradient-based (Jet, Hot) colormaps. Provides enum mappings and RGB data for seamless integration with visualization pipelines. More...

Go to the source code of this file.

Namespaces

namespace  hmap
 

Enumerations

enum  hmap::Cmap : int {
  hmap::BONE , hmap::GRAY , hmap::HOT , hmap::INFERNO ,
  hmap::JET , hmap::MAGMA , hmap::NIPY_SPECTRAL , hmap::SEISMIC ,
  hmap::TERRAIN , hmap::TURBO , hmap::VIRIDIS , hmap::WHITE_UNIFORM
}
 Enumeration for different colormap types. More...
 

Functions

std::vector< std::vector< float > > hmap::get_colormap_data (int cmap)
 

Detailed Description

Predefined color mapping schemes for data visualization, including perceptual uniform (Viridis, Inferno), scientific (Seismic, Terrain), and gradient-based (Jet, Hot) colormaps. Provides enum mappings and RGB data for seamless integration with visualization pipelines.

Author
Otto Link (otto..nosp@m.link.nosp@m..bv@g.nosp@m.mail.nosp@m..com)