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

YThe luma component of the color in the range [0..1].
UThe blue-difference chroma component of the color in the range [-0.436..0.436].
VThe red-difference chroma component of the color in the range [-0.615..0.615].

Returns

YIQThe converted Y′IQ components.