Components.GetSaturationL
Extension Method in Components
Declaration
public static float GetSaturationL(this Color color)Description
Returns the saturation component of the color in the range [0..1] using the HSL color model.
Parameters
| color | The color to get the component from. |
Returns
| float | The saturation component of the color. |