Conversion.YUVToYIQ
Static Method in Conversion
Declaration
public static YIQ YUVToYIQ(float Y, float U, float V)
Description
Converts Y′UV components to Y′IQ components.
Parameters
Y | The luma component of the color in the range [0..1]. |
U | The blue-difference chroma component of the color in the range [-0.436..0.436]. |
V | The red-difference chroma component of the color in the range [-0.615..0.615]. |
Returns
YIQ | The converted Y′IQ components. |