Astra SDK
v2.1.3
|
rgb pixel struct 更多...
#include <Image.hpp>
Public 成员函数 | |
RgbPixel () | |
Default constructs all zero | |
RgbPixel (std::uint8_t r, std::uint8_t g, std::uint8_t b) | |
constructs 更多... | |
额外继承的成员函数 | |
Public 属性 继承自 astra_rgb_pixel_t | |
uint8_t | r |
uint8_t | g |
uint8_t | b |
rgb pixel struct
|
inline |
constructs
[in] | red | value |
[in] | green | value |
[in] | blue | value |