ColorConverters.FromHsla(Single, Single, Single, Int32) 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, luminosity, and alpha.
public static System.Drawing.Color FromHsla (float hue, float saturation, float luminosity, int alpha);
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.
- alpha
- System.Int32
The alpha of the color from 0-255.
Returns
System.Drawing.Color
A new color from the Hsla.