Components.WithSaturationV100
Extension Method in Components
Declaration
public static Color WithSaturationV100(this Color color, int saturation)
Description
Returns a copy of the color with a new saturation component value using the HSV color model.
Parameters
color | The color to copy. |
saturation | The new component value in the range [0..100]. |
Returns
Color | A copy of the color with the new saturation component value. |