Image struct
A collection of the image data and its features.
Contents
Constructors, destructors, conversion operators
Public variables
Function documentation
Rubeus:: GraphicComponents:: Image:: Image(ILubyte imageData[],
unsigned int height,
unsigned int width,
unsigned int bpp)
Constructor.
| Parameters | |
|---|---|
| imageData | Array of byte values storing image data pixel-wise. |
| height | Height of the image in pixels. |
| width | Width of the image in pixels. |
| bpp | bpp of the image in bits per pixel. |