Table of Contents

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

double

Luminance

The luminance percentage

public double Luminance { get; set; }

Property Value

double

Saturation

The saturation percentage

public double Saturation { get; set; }

Property Value

double