Returns or sets the hue component of a color in HSL representation.
All color transformations are ignored.
Read/write
Single.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 21.1.0.0 (21.1)
SyntaxProperty Hue As Single
Get
Set
property float Hue {
float get ();
void set (float value);
}
abstract Hue : float32 with get, set
Property Value
Type:
Single
See Also