pub unsafe extern "C" fn Y2RU_SetStandardCoefficient(
    coefficient: Y2RU_StandardCoefficient
) -> Result
Expand description

Used to configure the color conversion formula with ITU stantards coefficients.

§Arguments

  • coefficient - Standard coefficient to use.

See Y2RU_ColorCoefficients for more information about the coefficients.

Note: Prefer using Y2RU_SetConversionParams if you have to set multiple parameters.