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