Show / Hide Table of Contents

Class ExcelDrawingHslColor

Represents a HSL color

Inheritance
System.Object
XmlHelper
ExcelDrawingHslColor
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.Double

Luminance

The luminance percentage

Declaration
public double Luminance { get; set; }
Property Value
Type Description
System.Double

Saturation

The saturation percentage

Declaration
public double Saturation { get; set; }
Property Value
Type Description
System.Double
Back to top Generated by DocFX