'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the current Luminance value of the pool.")> Public Overridable Property Luminance As System.Single
'Usage
Dim instance As NColorPool Dim value As System.Single instance.Luminance = value value = instance.Luminance
[System.ComponentModel.Description("Gets/sets the current Luminance value of the pool.")] public virtual System.float Luminance {get; set;}