YCbCr.ToColor
Method in YCbCr
Implements IComponentModel.ToColor
Declaration
public Color ToColor()
Description
Converts the components to a color.
Returns
Color | The converted color. |
Overload
Declaration
public Color ToColor(SignalEncoding encoding)
Description
Converts the components to a color using the given encoding.
Parameters
encoding | The encoding to use. |
Returns
Color | The converted color. |