|  | TonemapMantiukSaturation Property  | 
 
            Gets or sets positive saturation enhancement value. 1.0 preserves saturation, values greater 
            than 1 increase saturation and values less than 1 decrease it.
            
 
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
 Syntax
Syntaxpublic float Saturation { get; set; }Public Property Saturation As Single
	Get
	Set
public:
property float Saturation {
	float get ();
	void set (float value);
}member Saturation : float32 with get, set
Property Value
Type: 
Single See Also
See Also