Click or drag to resize

LevelsFilterSetLevelAdjustment Method

Sets the linear level adjustment value for the given RasterBand. Both negative and positive values are accepted.

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 void SetLevelAdjustment(
	RasterBand band,
	int adjustment
)

Parameters

band
Type: AGI.Foundation.Graphics.ImagingRasterBand
The RasterBand to be adjusted.
adjustment
Type: SystemInt32
The linear adjustment for the band. Both negative and positive values are accepted.
See Also