Class HslColor
Inheritance
System.Object
HslColor
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.Common
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class HslColor
Constructors
HslColor()
Declaration
public HslColor()
HslColor(Color)
Declaration
public HslColor(Color color)
Parameters
Type | Name | Description |
---|---|---|
Aurigma.GraphicsMill.Color | color |
Properties
H
Declaration
public float H { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
L
Declaration
public float L { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
S
Declaration
public float S { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Methods
ToRgbColor()
Declaration
public RgbColor ToRgbColor()
Returns
Type | Description |
---|---|
Aurigma.GraphicsMill.RgbColor |