ComponentOne Basic Library for WPF and Silverlight
Luminance Property (C1HslColor)


C1.WPF Namespace > C1HslColor Structure : Luminance Property
Gets or sets the luminance of the color.
Syntax
'Declaration
 
Public Property Luminance As System.Single
'Usage
 
Dim instance As C1HslColor
Dim value As System.Single
 
instance.Luminance = value
 
value = instance.Luminance
public System.float Luminance {get; set;}
Remarks
Luminance is a value between 0 and 1.
See Also

Reference

C1HslColor Structure
C1HslColor Members