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
color_encoding: color encoding instance.is_gray: whether the color encoding should be gray scale or color.