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 243 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 246 of file types.h.
Referenced by mrpt::opengl::CRenderizable::setColor().
| float mrpt::utils::TColorf::B |
Definition at line 246 of file types.h.
Referenced by mrpt::opengl::CRenderizable::setColor().
| float mrpt::utils::TColorf::G |
Definition at line 246 of file types.h.
Referenced by mrpt::opengl::CRenderizable::setColor().
| float mrpt::utils::TColorf::R |
Definition at line 246 of file types.h.
Referenced by mrpt::opengl::CRenderizable::setColor().
| Page generated by Doxygen 1.6.1 for MRPT 0.9.0 SVN: at Mon Jun 7 06:47:58 UTC 2010 |