TonemapDragoSaturation Property |
http://www.emgu.com
Positive saturation enhancement value. 1.0 preserves saturation, values greater than 1 increase saturation and values less than 1 decrease it.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
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