3#include <SimoxUtility/color/GlasbeyLUT.h>
8 return {
c(0),
c(1),
c(2),
c(3)};
20 return {
c.r,
c.g,
c.b};
29 return toDrawColor(simox::color::GlasbeyLUT::atf(
id, alpha));
41 return simox::color::GlasbeyLUT::size();
44 const std::vector<unsigned char>&
47 return simox::color::GlasbeyLUT::data();
static DrawColor at(std::size_t id, float alpha=1.f)
static DrawColor24Bit atByte(std::size_t id)
static const std::vector< unsigned char > & data()
Get the raw lookup table (flat).
static std::size_t size()
Get the number of colors in the lookup table.;.
This file offers overloads of toIce() and fromIce() functions for STL container types.
DrawColor toDrawColor(Eigen::Vector4f c)
DrawColor24Bit toDrawColor24Bit(simox::Color c)