IColorFormatSaturation Property |
Returns or sets the saturation 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)
Syntaxfloat Saturation { get; set; }
Property Saturation As Single
Get
Set
property float Saturation {
float get ();
void set (float value);
}
abstract Saturation : float32 with get, set
Property Value
Type:
Single
See Also