ColorConverters.FromHsl(Single, Single, Single) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new Color from hue, saturation, and lightness.
public static System.Drawing.Color FromHsl (float hue, float saturation, float luminosity);
Parameters
- hue
- System.Single
The hue of the color from 0-360.
- saturation
- System.Single
The saturation of the color from 0-100.
- luminosity
- System.Single
The luminosity of the color from 0-100.
Returns
System.Drawing.Color
A new color from the Hsla.