Settings2DProcessingGroupColorGroupGamma Property  | 
 Gamma applied to the color values. Gamma less than 1 makes the colors brighter, while gamma
greater than 1 makes the colors darker.
 
    Namespace: 
   Zivid.NET
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 2.15.0.0
Syntaxpublic Nullable<double> Gamma { get; set; }Public Property Gamma As Nullable(Of Double)
	Get
	Set
public:
property Nullable<double> Gamma {
	Nullable<double> get ();
	void set (Nullable<double> value);
}Property Value
Type: 
NullableDouble
See Also