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

rgba pixel struct 更多...

#include <Image.hpp>

类 astra::RgbaPixel 继承关系图:
astra_rgba_pixel_t

Public 成员函数

 RgbaPixel ()
 Default constructs all zero
 
 RgbaPixel (std::uint8_t r, std::uint8_t g, std::uint8_t b, std::uint8_t alpha)
 constructs 更多...
 

额外继承的成员函数

- Public 属性 继承自 astra_rgba_pixel_t
uint8_t r
 
uint8_t g
 
uint8_t b
 
uint8_t alpha
 

详细描述

rgba pixel struct

示例
ColorizedBodyViewer-SFML\main.cpp , 以及 MaskedColorViewer-SFML\main.cpp.

构造及析构函数说明

◆ RgbaPixel()

astra::RgbaPixel::RgbaPixel ( std::uint8_t  r,
std::uint8_t  g,
std::uint8_t  b,
std::uint8_t  alpha 
)
inline

constructs

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

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