Function mupdf_sys::fz_clear_pixmap

source ·
pub unsafe extern "C" fn fz_clear_pixmap(
    ctx: *mut fz_context,
    pix: *mut fz_pixmap
)
Expand description

Sets all components (including alpha) of all pixels in a pixmap to 0.

pix: The pixmap to clear.