注意! 这个版本的文档是过时的,因为它描述了一个较老的SDK版本!请切换到最新SDK版本的文档。
Unigine::Image::Pixeli Union
Integer pixel.
To use this structure, include the UnigineImage.h file.
Unigine::Image::Pixeli Union
union Unigine::Image::Pixeli {
struct
{
int r;
int g;
int b;
int a;
};
int v[4];
};
Last update: 2017-07-03
Help improve this article
(or select a word/phrase and press Ctrl+Enter)