A point structure for representing RGB color.
More...
#include <pcl/recognition/color_gradient_dot_modality.h>
|
| union { |
| union { |
| struct { |
| uint8_t b |
| |
| uint8_t g |
| |
| uint8_t r |
| |
| uint8_t _unused |
| |
| } | |
| |
| float rgb |
| |
| } | |
| |
| uint32_t rgba |
| |
| }; | |
| |
A point structure for representing RGB color.
Definition at line 55 of file color_gradient_dot_modality.h.
◆ PointRGB() [1/2]
| pcl::PointRGB::PointRGB |
( |
| ) |
|
|
inline |
◆ PointRGB() [2/2]
| pcl::PointRGB::PointRGB |
( |
const uint8_t |
b, |
|
|
const uint8_t |
g, |
|
|
const uint8_t |
r |
|
) |
| |
|
inline |
◆ @120
◆ _unused
| uint8_t pcl::PointRGB::_unused |
◆ rgb
◆ rgba
| uint32_t pcl::PointRGB::rgba |
The documentation for this struct was generated from the following file: