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: 0.0.0.0
Syntax public 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:
NullableDoubleSee Also