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