Main MRPT website > C++ reference for MRPT 1.4.0
Namespaces | Enumerations | Functions
color_maps.h File Reference
#include <mrpt/base/link_pragmas.h>

Go to the source code of this file.

Namespaces

namespace  mrpt
 This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
 
namespace  mrpt::utils
 Classes for serialization, sockets, ini-file manipulation, streams, list of properties-values, timewatch, extensions to STL.
 

Enumerations

enum  mrpt::utils::TColormap { mrpt::utils::cmGRAYSCALE = 0 , mrpt::utils::cmJET }
 Different colormaps. More...
 

Functions

void BASE_IMPEXP mrpt::utils::hsv2rgb (float h, float s, float v, float &r, float &g, float &b)
 Transform HSV color components to RGB, all of them in the range [0,1].
 
void BASE_IMPEXP mrpt::utils::rgb2hsv (float r, float g, float b, float &h, float &s, float &v)
 Transform RGB color components to HSV, all of them in the range [0,1].
 
void BASE_IMPEXP mrpt::utils::colormap (const TColormap &color_map, const float color_index, float &r, float &g, float &b)
 Transform a float number in the range [0,1] into RGB components.
 
void BASE_IMPEXP mrpt::utils::jet2rgb (const float color_index, float &r, float &g, float &b)
 Computes the RGB color components (range [0,1]) for the corresponding color index in the range [0,1] using the MATLAB 'jet' colormap.
 



Page generated by Doxygen 1.9.6 for MRPT 1.4.0 SVN: at Thu Mar 23 03:22:58 UTC 2023