pub unsafe extern "C" fn Y2RU_SetCoefficients(
coefficients: *const Y2RU_ColorCoefficients,
) -> ResultExpand description
Used to configure the color conversion formula.
ยงArguments
coefficients- Coefficients to use.
See Y2RU_ColorCoefficients for more information about the coefficients.
Note: Prefer using Y2RU_SetConversionParams if you have to set multiple parameters.