pub unsafe extern "C-unwind" fn JxlEncoderSetCms(
enc: *mut JxlEncoder,
cms: JxlCmsInterface,
)Expand description
Sets the color management system (CMS) that will be used for color conversion (if applicable) during encoding. May only be set before starting encoding. If left unset, the default CMS implementation will be used.
ยงParameters
enc: Encoder object.cms: Structure representing a CMS implementation. SeeJxlCmsInterfacefor more details.