Class ExcelDrawingHslColor
Represents a HSL color
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: OfficeOpenXml.Drawing.Style.Coloring
Assembly: EPPlus.dll
Syntax
public class ExcelDrawingHslColor : XmlHelper
Properties
Hue
The hue angle in degrees. Ranges from 0 to 360
Declaration
public double Hue { get; set; }
Property Value
| Type | Description |
|---|---|
| Double |
Luminance
The luminance percentage
Declaration
public double Luminance { get; set; }
Property Value
| Type | Description |
|---|---|
| Double |
Saturation
The saturation percentage
Declaration
public double Saturation { get; set; }
Property Value
| Type | Description |
|---|---|
| Double |