ComponentOne FinancialChart for WPF
C1.WPF 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 Single
    'Usage
     
    
    Dim instance As C1HslColor
    Dim value As Single
     
    instance.Luminance = value
     
    value = instance.Luminance
    public float Luminance {get; set;}
    public:
    property float Luminance {
       float get();
       void set (    float value);
    }
    Remarks
    Luminance is a value between 0 and 1.
    See Also