Class ColorCubeHelix.HslColor
Inheritance
ColorCubeHelix.HslColor
Assembly: TowseyLibrary.dll
Syntax
Constructors
|
Improve this Doc
View Source
HslColor(Int32, Double, Double)
Declaration
public HslColor(int H, double S, double L)
Parameters
Properties
|
Improve this Doc
View Source
Hue
Declaration
public int Hue { get; set; }
Property Value
|
Improve this Doc
View Source
Lit
Declaration
public double Lit { get; set; }
Property Value
|
Improve this Doc
View Source
Sat
Declaration
public double Sat { get; set; }
Property Value
Extension Methods