Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1HslColor Structure / Saturation Property

In This Topic
    Saturation Property (C1HslColor)
    In This Topic
    Gets or sets the saturation of the color.
    Syntax
    'Declaration
     
    
    Public Property Saturation As Single
    public float Saturation {get; set;}
    Remarks
    Saturation is a value between 0 and 1.
    See Also