ColorConverters.FromHsl(Single, Single, Single) Method

Definition

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.

Applies to