ConversionExtensions.ToYUV

Extension Method in ConversionExtensions

Declaration

public static YUV ToYUV(this Color color)

Description

Converts the color to Y′UV components.

Parameters

colorThe color to convert.

Returns

YUVThe Y′UV components of the color.

Overload

Declaration

public static YUV ToYUV(this Color color, SignalEncoding encoding)

Description

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

Parameters

colorThe color to convert.
encodingThe encoding to use.

Returns

YUVThe Y′UV components of the color.