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
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)