Conversion.YIQToYUV
Static Method in Conversion
Declaration
public static YUV YIQToYUV(float Y, float I, float Q)
Description
Converts Y′IQ components to Y′UV components.
Parameters
Y | The luma component of the color in the range [0..1]. |
I | The orange-blue chroma component of the color in the range [-0.596..0.596]. |
Q | The purple-green chroma component of the color in the range [-0.523..0.523]. |
Returns
YUV | The converted Y′UV components. |