ConversionExtensions.ToYPbPr
Extension Method in ConversionExtensions
Declaration
public static YPbPr ToYPbPr(this Color color)
Description
Converts the color to Y′PbPr components.
Parameters
color | The color to convert. |
Returns
YPbPr | The 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
color | The color to convert. |
encoding | The encoding to use. |
Returns
YPbPr | The Y′PbPr components of the color. |