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