ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1HslColor Structure / Luminance Property

In This Topic
    Luminance Property
    In This Topic
    Gets or sets the luminance of the color.
    Syntax
    'Declaration
     
    Public Property Luminance As System.Single
    public System.float Luminance {get; set;}
    Remarks
    Luminance is a value between 0 and 1.
    See Also