|
Gama C Library
Gama C API Documentation
|
Structure representing an image with handle and dimensions. More...
#include <image.h>
Data Fields | |
| uint32_t | handle |
| uint32_t | width |
| uint32_t | height |
Structure representing an image with handle and dimensions.
| uint32_t gmImage::handle |
Internal handle for the image
| uint32_t gmImage::height |
Height of the image in pixels
| uint32_t gmImage::width |
Width of the image in pixels