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

YThe luma component of the color in the range [0..1].
IThe orange-blue chroma component of the color in the range [-0.596..0.596].
QThe purple-green chroma component of the color in the range [-0.523..0.523].

Returns

YUVThe converted Y′UV components.