ComponentOne FinancialChart for WPF
Luminance Property



C1.WPF Namespace > C1HslColor Structure : Luminance Property
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

Reference

C1HslColor Structure
C1HslColor Members