#include <Image.h>
Public Attributes | |
| Uint32 | Width = 0 |
| Image width in pixels. | |
| Uint32 | Height = 0 |
| Image height in pixels. | |
| VALUE_TYPE | ComponentType = VT_UNDEFINED |
| Component type. | |
| Uint32 | NumComponents = 0 |
| Number of color components. | |
| Uint32 | RowStride = 0 |
| Image row stride in bytes. | |
Image description.