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

Return the number of components in a pixmap.

Returns the number of components (including spots and alpha).