LinearGradientBrush::GammaCorrection Property

 

Gets or sets a value indicating whether gamma correction is enabled for this LinearGradientBrush.

Namespace:   System.Drawing.Drawing2D
Assembly:  System.Drawing (in System.Drawing.dll)

public:
property bool GammaCorrection {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

The value is true if gamma correction is enabled for this LinearGradientBrush; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: