AGI STK Graphics 11Send comments on this topic.
SetLevelAdjustment Method (IAgStkGraphicsLevelsFilter)
See Also 
Band
The Raster Band to be adjusted.
Adjustment
The linear adjustment for the band. Both negative and positive values are accepted.
Windows






Windows & Linux

Description

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

Syntax

[Visual Basic .NET]
Public Sub SetLevelAdjustment( _
   ByVal Band As AgEStkGraphicsRasterBand, _
   ByVal Adjustment As Integer _
) 
[C#]
public void SetLevelAdjustment(
   AgEStkGraphicsRasterBand Band,
   int Adjustment
);
[Managed C++]
public: void SetLevelAdjustment(
   AgEStkGraphicsRasterBand Band,
   int Adjustment
);
[Java]
public  setLevelAdjustment(
   AgEStkGraphicsRasterBand Band,
   ppInteger Adjustment
);
[Unmanaged C++]
public: HRESULT SetLevelAdjustment(
   AgEStkGraphicsRasterBand Band,
   int Adjustment
);

Parameters

Band
MemberValueDescription
eStkGraphicsRasterBandRed0A band containing red values.
eStkGraphicsRasterBandGreen1A band containing green values.
eStkGraphicsRasterBandBlue2A band containing blue values.
eStkGraphicsRasterBandAlpha3A band containing alpha values.
eStkGraphicsRasterBandLuminance4A band containing luminance values.
The Raster Band to be adjusted.
Adjustment
The linear adjustment for the band. Both negative and positive values are accepted.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.