|
Point Cloud Library (PCL)
1.6.0
|
A structure representing RGB color information. More...
#include <pcl/impl/point_types.hpp>
Public Attributes | |
| PCL_ADD_RGB | |
A structure representing RGB color information.
The RGBA information is available either as separate r, g, b, or as a packed uint32_t rgba value. To pack it, use:
To unpack it use:
Definition at line 238 of file point_types.hpp.
| pcl::RGB::PCL_ADD_RGB |
Definition at line 240 of file point_types.hpp.
1.8.4