Components.SetValue100
Extension Method in Components
Declaration
public static void SetValue100(this ref Color color, int value)
Description
Sets the "value" component of the color to the given value using the HSV color model.
Parameters
color | The color to set the component on. |
value | The value to set the component to in the range [0..100]. |