ConversionExtensions.ToYPbPr

Extension Method in ConversionExtensions

Declaration

public static YPbPr ToYPbPr(this Color color)

Description

Converts the color to Y′PbPr components.

Parameters

colorThe color to convert.

Returns

YPbPrThe Y′PbPr components of the color.

Overload

Declaration

public static YPbPr ToYPbPr(this Color color, SignalEncoding encoding)

Description

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

Parameters

colorThe color to convert.
encodingThe encoding to use.

Returns

YPbPrThe Y′PbPr components of the color.