Unigine::Image::Pixel Struct
Image pixel.
To use this structure, include the UnigineImage.h file.
Unigine::Image::Pixel Structure
Members
UNIGINE_INLINE Pixel ()
An image pixel.UNIGINE_INLINE Pixel (int r, int g, int b, int a)
An image integer pixel.Arguments
- int r - Red channel.
- int g - Green channel.
- int b - Blue channel.
- int a - Alpha channel.
UNIGINE_INLINE Pixel (float r, float g, float b, float a)
An image float pixel.Arguments
- float r - Red channel.
- float g - Green channel.
- float b - Blue channel.
- float a - Alpha channel.
Unigine::Image::Pixel:: Union
union {
Pixeli i;
Pixelf f;
};
Last update: 2017-07-03
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)