HighMap library (C++)
|
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) |
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.