Color3Type.HslColor Property
Hue, Saturation, Luminance Color Model, this property is only available in Office2010.Represents the element tag in schema: a:hslClr
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Property HslColor As HslColor
Get
Set
'Usage
Dim instance As Color3Type
Dim value As HslColor
value = instance.HslColor
instance.HslColor = value
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public HslColor HslColor { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Drawing.HslColor