Function mupdf_sys::fz_pixmap_alpha

source ·
pub unsafe extern "C" fn fz_pixmap_alpha(
    ctx: *mut fz_context,
    pix: *const fz_pixmap
) -> c_int
Expand description

Return the number of alpha planes in a pixmap.

Returns the number of alphas. Does not throw exceptions.