ColorFormatLuminance Property |
Returns or sets the luminance 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: 20.3.0.0 (20.3)
Syntaxpublic float Luminance { get; set; }
Public Property Luminance As Single
Get
Set
public:
virtual property float Luminance {
float get () sealed;
void set (float value) sealed;
}
abstract Luminance : float32 with get, set
override Luminance : float32 with get, set
Property Value
Type:
SingleImplements
IColorFormatLuminance
See Also