 | Color3TypeHslColor Property |
Hue, Saturation, Luminance Color Model.
Represents the following element tag in the schema: a:hslClr.
Namespace: DocumentFormat.OpenXml.PresentationAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntaxpublic HslColor HslColor { get; set; }Public Property HslColor As HslColor
Get
Set
public:
property HslColor^ HslColor {
HslColor^ get ();
void set (HslColor^ value);
}member HslColor : HslColor with get, set
Property Value
HslColor
See Also