ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1HslColor Structure / Saturation Property



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