Astra SDK  v2.1.3
Public 成员函数 | 所有成员列表
astra::RgbPixel结构体 参考

rgb pixel struct 更多...

#include <Image.hpp>

类 astra::RgbPixel 继承关系图:
astra_rgb_pixel_t

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

示例
ColorReaderEventCPP\main.cpp, MultiSensorViewer-SFML\main.cpp, SimpleColorViewer-SFML\main.cpp, SimpleDepthViewer-SFML\main.cpp, SimpleHandViewer-SFML\main.cpp , 以及 SimpleStreamViewer-SFML\main.cpp.

构造及析构函数说明

◆ RgbPixel()

astra::RgbPixel::RgbPixel ( std::uint8_t  r,
std::uint8_t  g,
std::uint8_t  b 
)
inline

constructs

参数
[in]redvalue
[in]greenvalue
[in]bluevalue

该结构体的文档由以下文件生成: