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