Unigine::Image::Pixelf Union
Float pixel.
To use this structure, include the UnigineImage.h file.
Unigine::Image::Pixelf Union
union Unigine::Image::Pixelf {
struct
{
float r;
float g;
float b;
float a;
};
float v[4];
};
Last update: 2017-07-03
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)