pub unsafe extern "C" fn fz_new_pixmap_from_display_list_with_separations(
    ctx: *mut fz_context,
    list: *mut fz_display_list,
    ctm: fz_matrix,
    cs: *mut fz_colorspace,
    seps: *mut fz_separations,
    alpha: c_int
) -> *mut fz_pixmap
Expand description

Render the page contents with control over spot colors.

Ownership of the pixmap is returned to the caller.