mrpt::utils::TColorf Struct Reference
A RGB color - floats in the range [0,1].
More...
#include <mrpt/utils/types.h>
List of all members.
|
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 |
Detailed Description
A RGB color - floats in the range [0,1].
Definition at line 181 of file types.h.
Constructor & Destructor Documentation
mrpt::utils::TColorf::TColorf |
( |
float |
r = 0 , |
|
|
float |
g = 0 , |
|
|
float |
b = 0 , |
|
|
float |
alpha = 1.0f | |
|
) |
| | [inline] |
Member Data Documentation