
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Image data structure. More...
#include <gelImage.h>
Public Member Functions | |
| GelImageData () | |
| Default constructor. | |
| GelImageData (int w, int h, int b, ColorMode f, GELubyte *d) | |
| Constructor. | |
Public Attributes | |
| int | width |
| Image width. | |
| int | height |
| Image height. | |
| int | bpp |
| Bytes per pixel. | |
| ColorMode | format |
| Color mode. | |
| GELubyte * | data |
| Image data. | |
Image data structure.
| gel::GelImageData::GelImageData | ( | ) | [inline] |
Default constructor.
Width and height are initialized to 0, bpp to 3, format to GEL_RGB, and data to NULL.
Constructor.
| w | : Image width. |
| h | : Image height. |
| b | : Bytes per pixel. |
| f | : Color mode. |
| d | : Image data. |
Image width.
Image height.
Bytes per pixel.
Color mode.
Image data.
API Documentation by Mark D. Procarione |
Generated by
![]() |