#include <mrpt/utils/TColor.h>
Public Member Functions | |
TColor () | |
TColor (uint8_t r, uint8_t g, uint8_t b, uint8_t alpha=255) | |
TColor (const unsigned int color_RGB_24bit) | |
TColor (const unsigned int color_RGB_24bit, const uint8_t alpha) | |
operator unsigned int (void) const | |
Operator for implicit conversion into an int binary representation 0xRRGGBB. More... | |
Public Attributes | |
uint8_t | R |
uint8_t | G |
uint8_t | B |
uint8_t | A |
Static Public Attributes | |
static TColor | red |
Predefined colors. More... | |
static TColor | green |
Predefined colors. More... | |
static TColor | blue |
Predefined colors. More... | |
static TColor | white |
Predefined colors. More... | |
static TColor | black |
Predefined colors. More... | |
static TColor | gray |
Predefined colors. More... | |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
uint8_t mrpt::utils::TColor::B |
Definition at line 31 of file TColor.h.
Referenced by mrpt::obs::detail::project3DPointsFromDepthImageInto().
uint8_t mrpt::utils::TColor::G |
Definition at line 31 of file TColor.h.
Referenced by mrpt::obs::detail::project3DPointsFromDepthImageInto().
uint8_t mrpt::utils::TColor::R |
Definition at line 31 of file TColor.h.
Referenced by mrpt::obs::detail::project3DPointsFromDepthImageInto().
|
static |
Predefined colors.
Definition at line 36 of file TColor.h.
Referenced by mrpt::utils::CCanvas::drawFeatures().
Page generated by Doxygen 1.9.4 for MRPT 1.4.0 SVN: at Sun Aug 14 11:28:23 UTC 2022 |