const Scalar * const_iterator
#define ASSERT_(f)
Defines an assertion mechanism.
#define THROW_EXCEPTION(msg)
static constexpr TColor green()
static constexpr TColor red()
Predefined colors.
static constexpr TColor blue()
mrpt::img::TColor color_step_triad
TColorManager(bool use_standard_colors_first=true)
Constructor.
void markColorAsUsed(mrpt::img::TColor color)
Mark the given color as used.
void advanceRGBCounters()
const uint8_t color_thresh
bool have_exceeded_colors
mrpt::img::TColorf getNextTColorf()
Get the next RGB triad in TColorf form.
std::set< mrpt::img::TColor > used_colors
void reset()
Reset all class properties to their default values.
bool use_standard_colors_first
Indicates if the standard colors are to be returned first.
mrpt::img::TColor curr_color
mrpt::img::TColor getNextTColor()
Get the next RGB triad in TColor form.
~TColorManager()
Destructor.
bool have_used_standard_colors
Indicates if the standard colors have already been used.
bool checkStdColorsUsed()
Check if the standard colors have already been used.
A RGB color - floats in the range [0,1].