Show / Hide Table of Contents

Class ExcelDrawingHslColor

Represents a HSL color

Inheritance
object
XmlHelper
ExcelDrawingHslColor
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
In this article
Back to top Generated by DocFX