cf_readback_size¶
Category: graphics
GitHub: cute_graphics.h
Returns the total size in bytes of the readback data.
| Parameters | Description |
|---|---|
readback |
The readback handle. |
Return Value¶
Returns w * h * bytes_per_pixel for the readback, or 0 if the handle is invalid.
Related Pages¶
CF_Readback
cf_canvas_readback
cf_readback_ready
cf_readback_data
cf_destroy_readback