morapi_ImagePlane Struct Reference
Image plane.
More...
#include <morapi_image.h>
Public Member Functions
morapi_Result | morapi_ImagePlane_clear (morapi_ImagePlane *self) |
Data Fields
morapi_Int32 | line_step |
morapi_Uint8 * | data |
Detailed Description
Image plane.
Member Function Documentation
morapi_ImagePlane_clear()
morapi_Result morapi_ImagePlane_clear (morapi_ImagePlane * self)
Clears an image plane.
Field Documentation
line_step
morapi_Int32 line_step
The line step of each scanline (byte).
data
morapi_Uint8* data
The image data.