ConversionExtensions.ToYCbCr
Extension Method in ConversionExtensions
Declaration
public static YCbCr ToYCbCr(this Color color)Description
Converts the color to Y′CbCr components.
Parameters
| color | The color to convert. | 
Returns
| YCbCr | The Y′CbCr components of the color. | 
Overload
Declaration
public static YCbCr ToYCbCr(this Color color, SignalEncoding encoding)Description
Converts the color to Y′CbCr components using the given encoding.
Parameters
| color | The color to convert. | 
| encoding | The encoding to use. | 
Returns
| YCbCr | The Y′CbCr components of the color. |