Function ctru_sys::Y2RU_GetStandardCoefficient
source · pub unsafe extern "C" fn Y2RU_GetStandardCoefficient(
coefficients: *mut Y2RU_ColorCoefficients,
standardCoeff: Y2RU_StandardCoefficient
) -> Result
Expand description
Gets the color coefficient parameters of a standard coefficient.
§Arguments
coefficients
- Pointer to output the coefficients to.standardCoeff
- Standard coefficient to check.