Rainbow hued palette from red to purple with transparent 0. More...
Public Member Functions | |
std::vector< ColorRGBA24 > | getColors () const override |
The actual definition of the colors. More... | |
std::string | getName () const override |
Unique descriptive name for this particular palette. More... | |
bool | hasTransparency () const override |
See if the palette has any transparent colors. More... | |
Public Member Functions inherited from robot_nav_rviz_plugins::NavGridPalette | |
virtual | ~NavGridPalette () |
Additional Inherited Members | |
Static Public Attributes inherited from robot_nav_rviz_plugins::NavGridPalette | |
static const unsigned int | NUM_CHANNELS = 4 |
static const unsigned int | NUM_COLORS = 256 |
Rainbow hued palette from red to purple with transparent 0.
Definition at line 176 of file basic_palettes.cpp.
|
inlineoverridevirtual |
The actual definition of the colors.
Implements robot_nav_rviz_plugins::NavGridPalette.
Definition at line 181 of file basic_palettes.cpp.
|
inlineoverridevirtual |
Unique descriptive name for this particular palette.
Implements robot_nav_rviz_plugins::NavGridPalette.
Definition at line 179 of file basic_palettes.cpp.
|
inlineoverridevirtual |
See if the palette has any transparent colors.
Can be overridden by implementing classes to save iterations
Reimplemented from robot_nav_rviz_plugins::NavGridPalette.
Definition at line 180 of file basic_palettes.cpp.