YCbCr.Set
Method in YCbCr
Implements IComponentModel.Set
Declaration
public void Set(Color color)Description
Converts a color to the components and sets them as the new values.
Parameters
| color | The color to convert from. |
Overload
Declaration
public void Set(Color color, SignalEncoding encoding)Description
Converts a color to the components using the given encoding and sets them as the new values.
Parameters
| color | The color to convert from. |
| encoding | The encoding to use. |