Components.GetBrightness100
Extension Method in Components
Declaration
public static int GetBrightness100(this Color color)Description
Returns the brightness component of the color in the range [0..100] using the HSB color model.
Parameters
| color | The color to get the component from. |
Returns
| int | The brightness component of the color. |