61 template <ColorLUTName T>
70 static RGB at (std::size_t color_id);
76 static std::size_t
size ();
79 static const unsigned char*
data ();
static std::size_t size()
Get the number of colors in the lookup table.
static RGB at(std::size_t color_id)
Get a color from the lookup table with a given id.
static const unsigned char * data()
Get a raw pointer to the lookup table.
Defines all the PCL implemented PointT point type structures.
PCL_EXPORTS RGB getRandomColor(double min=0.2, double max=2.8)
@ LUT_GLASBEY
Color lookup table consisting of 256 colors structured in a maximally discontinuous manner.
@ LUT_VIRIDIS
A perceptually uniform colormap created by Stéfan van der Walt and Nathaniel Smith for the Python mat...
Defines all the PCL and non-PCL macros used.
A structure representing RGB color information.