Gamma Property

Office Open XML

Defines the amount of contrast for an image Default value is 0;

Namespace:  OfficeOpenXml.Drawing.Vml
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public double Gamma { get; set; }
Visual Basic (Declaration)
Public Property Gamma As Double
Visual C++
public:
property double Gamma {
	double get ();
	void set (double value);
}

See Also