Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1HslColor Structure / Luminance Property

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