JxlColorEncodingSetToLinearSRGB

Function JxlColorEncodingSetToLinearSRGB 

Source
pub unsafe extern "C-unwind" fn JxlColorEncodingSetToLinearSRGB(
    color_encoding: *mut JxlColorEncoding,
    is_gray: JxlBool,
)
Expand description

Sets a color encoding to be linear sRGB.

ยงParameters