ColorConverters.FromHsla(Single, Single, Single, Int32) Method

Definition

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
Single

The hue of the color from 0-360.

saturation
Single

The saturation of the color from 0-100.

luminosity
Single

The luminosity of the color from 0-100.

alpha
Int32

The alpha of the color from 0-255.

Returns

A new color from the Hsla.

Applies to