ScImageBuffer Struct Reference
Public Member Functions | |
void | sc_image_buffer_free (ScImageBuffer *image) |
Data Fields | |
ScImageDescription * | description |
uint8_t * | data |
Detailed Description
A 2-dimensional bitmap/image.
- Since
- 5.8
Member Function Documentation
void sc_image_buffer_free | ( | ScImageBuffer * | image | ) |
Frees the data contained in the image.
Effectively calls sc_image_description_release on the description and frees the memory contained in data. When passed a NULL pointer, this call has no effect.
- Parameters
-
image Image to free. Can be null.
- Since
- 5.8
The documentation for this struct was generated from the following file: