
#include <PointCloudAPI.h>
Public Member Functions | |
| bool | IsValid () const |
| RGBColor () | |
| RGBColor (float r, float g, float b) | |
Public Attributes | |
| float | b |
| float | g |
| float | r |
A generic color class for storing RGB information.
|
inline |
Constructs an invalid RGB color.
|
inline |
Constructs an RGB color.
|
inline |
Returns whether or not the current color is valid.
| float ooc::RGBColor::b |
| float ooc::RGBColor::g |
| float ooc::RGBColor::r |