Interface for a raw memory pixel container.
virtual sal_uInt32 getHeight() const =0
Get height in pixel.
virtual void unlock() const =0
unlock previous locked buffer
virtual sal_uInt8 * lock() const =0
Get a pointer to the raw memory bits of the pixel.
Format
The underlying pixel format for this buffer.
virtual sal_uInt32 getStride() const =0
Offset, in bytes, between consecutive scan lines of the bitmap.
virtual sal_uInt32 getWidth() const =0
Get width in pixel.
virtual Format getFormat() const =0
Get format of the color buffer.