JxlColorEncodingSetToSRGB

Function JxlColorEncodingSetToSRGB 

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

Sets a color encoding to be sRGB.

ยงParameters

  • color_encoding: color encoding instance.
  • is_gray: whether the color encoding should be gray scale or color.