Main MRPT website > C++ reference for MRPT 1.9.9
List of all members | Public Member Functions | Static Public Member Functions | Public Attributes
mrpt::utils::TColor Struct Reference

Detailed Description

A RGB color - 8bit.

Definition at line 25 of file TColor.h.

#include <mrpt/utils/TColor.h>

Public Member Functions

constexpr TColor ()
 
constexpr TColor (uint8_t r, uint8_t g, uint8_t b, uint8_t alpha=255)
 
constexpr TColor (const unsigned int color_RGB_24bit)
 
constexpr 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...
 
TColoroperator= (const TColor &other)
 
TColoroperator+= (const TColor &other)
 
TColoroperator-= (const TColor &other)
 

Static Public Member Functions

static constexpr TColor red ()
 Predefined colors. More...
 
static constexpr TColor green ()
 
static constexpr TColor blue ()
 
static constexpr TColor black ()
 
static constexpr TColor white ()
 
static constexpr TColor gray ()
 

Public Attributes

uint8_t R
 
uint8_t G
 
uint8_t B
 
uint8_t A
 

Constructor & Destructor Documentation

◆ TColor() [1/4]

constexpr mrpt::utils::TColor::TColor ( )
inline

Definition at line 27 of file TColor.h.

Referenced by black(), blue(), gray(), green(), red(), and white().

Here is the caller graph for this function:

◆ TColor() [2/4]

constexpr mrpt::utils::TColor::TColor ( uint8_t  r,
uint8_t  g,
uint8_t  b,
uint8_t  alpha = 255 
)
inline

Definition at line 28 of file TColor.h.

◆ TColor() [3/4]

constexpr mrpt::utils::TColor::TColor ( const unsigned int  color_RGB_24bit)
inlineexplicit

Definition at line 33 of file TColor.h.

◆ TColor() [4/4]

constexpr mrpt::utils::TColor::TColor ( const unsigned int  color_RGB_24bit,
const uint8_t  alpha 
)
inline

Definition at line 41 of file TColor.h.

Member Function Documentation

◆ black()

static constexpr TColor mrpt::utils::TColor::black ( )
inlinestatic

Definition at line 66 of file TColor.h.

References TColor().

Here is the call graph for this function:

◆ blue()

static constexpr TColor mrpt::utils::TColor::blue ( )
inlinestatic

Definition at line 65 of file TColor.h.

References TColor().

Referenced by mrpt::utils::TColorManager::advanceRGBCounters(), mrpt::utils::TColorManager::checkStdColorsUsed(), mrpt::utils::CImage::drawChessboardCorners(), and mrpt::utils::TColorManager::getNextTColor().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ gray()

static constexpr TColor mrpt::utils::TColor::gray ( )
inlinestatic

Definition at line 68 of file TColor.h.

References TColor().

Here is the call graph for this function:

◆ green()

static constexpr TColor mrpt::utils::TColor::green ( )
inlinestatic

Definition at line 64 of file TColor.h.

References TColor().

Referenced by mrpt::utils::TColorManager::advanceRGBCounters(), mrpt::utils::TColorManager::checkStdColorsUsed(), and mrpt::utils::TColorManager::getNextTColor().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator unsigned int()

mrpt::utils::TColor::operator unsigned int ( void  ) const
inline

Operator for implicit conversion into an int binary representation 0xRRGGBB.

Definition at line 53 of file TColor.h.

References B, G, and R.

◆ operator+=()

TColor & TColor::operator+= ( const TColor other)

Definition at line 40 of file TColor.cpp.

References A, B, G, and R.

◆ operator-=()

TColor & TColor::operator-= ( const TColor other)

Definition at line 50 of file TColor.cpp.

References A, B, G, and R.

◆ operator=()

TColor & TColor::operator= ( const TColor other)

Definition at line 60 of file TColor.cpp.

References A, B, G, and R.

◆ red()

static constexpr TColor mrpt::utils::TColor::red ( )
inlinestatic

Predefined colors.

Definition at line 63 of file TColor.h.

References TColor().

Referenced by mrpt::utils::TColorManager::advanceRGBCounters(), mrpt::utils::TColorManager::checkStdColorsUsed(), mrpt::utils::CCanvas::drawFeatures(), and mrpt::utils::TColorManager::getNextTColor().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ white()

static constexpr TColor mrpt::utils::TColor::white ( )
inlinestatic

Definition at line 67 of file TColor.h.

References TColor().

Here is the call graph for this function:

Member Data Documentation

◆ A

uint8_t mrpt::utils::TColor::A

◆ B

uint8_t mrpt::utils::TColor::B

◆ G

uint8_t mrpt::utils::TColor::G

◆ R

uint8_t mrpt::utils::TColor::R



Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: ae4571287 Thu Nov 23 00:06:53 2017 +0100 at dom oct 27 23:51:55 CET 2019