Table of Contents

Class HslColor

Namespace
The.WPF.Utility
Assembly
Instagile.WPF.dll
public static class HslColor
Inheritance
HslColor
Inherited Members

Methods

Convert(double, double, double, double)

public static Color Convert(double hue, double saturation, double lightness, double alpha = 100)

Parameters

hue double

Hue (0.0 - 360.0)

saturation double

Saturation (0.0 - 1.0)

lightness double

Lightness (0.0 - 1.0)

alpha double

Alpha (0.0 - 1.0)

Returns

Color