1#ifndef GLK_COLORMAP_HPP
2#define GLK_COLORMAP_HPP
Definition async_buffer_copy.hpp:6
Eigen::Vector4i colormap_categorical(COLORMAP type, int x, int num_categories)
COLORMAP
Definition colormap.hpp:9
Eigen::Vector4f colormapf(COLORMAP type, float x)
Eigen::Vector4i colormap(COLORMAP type, int x)
std::vector< const char * > colormap_names()
std::array< std::array< unsigned char, 3 >, 256 > colormap_table(COLORMAP type)
Eigen::Vector4f colormap_categoricalf(COLORMAP type, int x, int num_categories)