A RGB color - floats in the range [0,1]. More...
#include <mrpt/utils/types.h>
Public Member Functions | |
TColorf (float r=0, float g=0, float b=0, float alpha=1.0f) | |
Public Attributes | |
float | R |
float | G |
float | B |
float | A |
A RGB color - floats in the range [0,1].
Definition at line 181 of file types.h.
mrpt::utils::TColorf::TColorf | ( | float | r = 0 , |
|
float | g = 0 , |
|||
float | b = 0 , |
|||
float | alpha = 1.0f | |||
) | [inline] |
float mrpt::utils::TColorf::A |
Definition at line 184 of file types.h.
Referenced by mrpt::opengl::CRenderizable::setColor().
float mrpt::utils::TColorf::B |
Definition at line 184 of file types.h.
Referenced by mrpt::opengl::CRenderizable::setColor().
float mrpt::utils::TColorf::G |
Definition at line 184 of file types.h.
Referenced by mrpt::opengl::CRenderizable::setColor().
float mrpt::utils::TColorf::R |
Definition at line 184 of file types.h.
Referenced by mrpt::opengl::CRenderizable::setColor().
Page generated by Doxygen 1.6.1 for MRPT 0.7.1 SVN: at Tue Dec 22 08:29:35 CET 2009 |