A RGB color - floats in the range [0,1].
#include <mrpt/utils/TColor.h>
Public Member Functions | |
| TColorf (float r=0, float g=0, float b=0, float alpha=1.0f) | |
| TColorf (const TColor &col) | |
Public Attributes | |
| float | R |
| float | G |
| float | B |
| float | A |
| mrpt::utils::TColorf::TColorf | ( | float | r = 0, |
| float | g = 0, |
||
| float | b = 0, |
||
| float | alpha = 1.0f |
||
| ) | [inline] |
| mrpt::utils::TColorf::TColorf | ( | const TColor & | col | ) | [inline, explicit] |
| float mrpt::utils::TColorf::A |
Definition at line 66 of file TColor.h.
Referenced by mrpt::opengl::CRenderizable::setColor().
| float mrpt::utils::TColorf::B |
Definition at line 66 of file TColor.h.
Referenced by mrpt::opengl::CPointCloudColoured::loadFromPointsMap(), and mrpt::opengl::CRenderizable::setColor().
| float mrpt::utils::TColorf::G |
Definition at line 66 of file TColor.h.
Referenced by mrpt::opengl::CPointCloudColoured::loadFromPointsMap(), and mrpt::opengl::CRenderizable::setColor().
| float mrpt::utils::TColorf::R |
Definition at line 66 of file TColor.h.
Referenced by mrpt::opengl::CPointCloudColoured::loadFromPointsMap(), and mrpt::opengl::CRenderizable::setColor().
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |