Defines an action that adjusts the gamma correction value of an image. This class cannot be inherited.

Namespace:  Neodynamic.WebControls.ImageDraw
Assembly:  Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.0.2000.0)

Syntax

C#
public sealed class AdjustGamma : Action
Visual Basic (Declaration)
Public NotInheritable Class AdjustGamma _
	Inherits Action
Visual C++
public ref class AdjustGamma sealed : public Action

Inheritance Hierarchy

System..::.Object
  Neodynamic.WebControls.ImageDraw..::.Action
    Neodynamic.WebControls.ImageDraw..::.AdjustGamma

See Also