Class ExcelDrawingHslColor
- Namespace
- OfficeOpenXml.Drawing.Style.Coloring
- Assembly
- EPPlus.dll
Represents a HSL color
public class ExcelDrawingHslColor : XmlHelper
- Inheritance
-
ExcelDrawingHslColor
- Inherited Members
Properties
Hue
The hue angle in degrees. Ranges from 0 to 360
public double Hue { get; set; }
Property Value
Luminance
The luminance percentage
public double Luminance { get; set; }
Property Value
Saturation
The saturation percentage
public double Saturation { get; set; }