Public Attributes | |
| struct { | |
| unsigned char Alpha | |
| unsigned char Blue | |
| unsigned char Green | |
| unsigned char Red | |
| }; | |
| float | float_value |
| long | long_value |
Union for easy "conversion" of rgba data
Definition at line 23 of file rgbd2cloud.cpp.
| struct { ... } |
| unsigned char RGBValue::Alpha |
Definition at line 30 of file rgbd2cloud.cpp.
| unsigned char RGBValue::Blue |
Definition at line 27 of file rgbd2cloud.cpp.
Definition at line 32 of file rgbd2cloud.cpp.
| unsigned char RGBValue::Green |
Definition at line 28 of file rgbd2cloud.cpp.
| long RGBValue::long_value |
Definition at line 33 of file rgbd2cloud.cpp.
| unsigned char RGBValue::Red |
Definition at line 29 of file rgbd2cloud.cpp.