ConversionExtensions.ToYIQ

Extension Method in ConversionExtensions

Declaration

public static YIQ ToYIQ(this Color color)

Description

Converts the color to Y′IQ components.

Parameters

colorThe color to convert.

Returns

YIQThe Y′IQ components of the color.

Overload

Declaration

public static YIQ ToYIQ(this Color color, SignalEncoding encoding)

Description

Converts the color to Y′IQ components using the given encoding.

Parameters

colorThe color to convert.
encodingThe encoding to use.

Returns

YIQThe Y′IQ components of the color.