BLImageData Struct Reference [¶]
Data that describes a raster image. Used by BLImage.
Resets the image data to represent an empty image (all members set to zeros).
Pixel data, starting at the top left corner of the image.
If the stride is negative the image data would start at the bottom.
Stride (in bytes) of image data (positive when image data starts at top-left, negative when it starts at bottom-left).