Class ExcelDrawingHslColor
Represents a HSL color
Inherited Members
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 |