Function ctru_sys::Y2RU_SetCoefficients
source · pub unsafe extern "C" fn Y2RU_SetCoefficients(
coefficients: *const Y2RU_ColorCoefficients
) -> Result
Expand 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.