Click or drag to resize

LevelsFilter Class

Adjusts the band levels of the source raster linearly.
Inheritance Hierarchy

Namespace:  AGI.Foundation.Graphics.Imaging
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public sealed class LevelsFilter : RasterFilter

The LevelsFilter type exposes the following members.

Constructors
  NameDescription
Public methodLevelsFilter
Initializes a new instance.
Top
Methods
  NameDescription
Public methodClearAdjustments
Clears the level adjustment values for all bands.
Public methodDispose (Inherited from RasterFilter.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetLevelAdjustment
Sets the linear level adjustment value for the given RasterBand. Both negative and positive values are accepted.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also