Sets the linear level adjustment value for
the given Raster
Band. Both negative and positive values are accepted.
[Visual Basic .NET] |
---|
Public Sub SetLevelAdjustment( _
ByVal Band As AgEStkGraphicsRasterBand, _
ByVal Adjustment As Integer _
)
|
[C#] |
---|
public void SetLevelAdjustment(
|
[Managed C++] |
---|
public: void SetLevelAdjustment(
|
[Java] |
---|
public setLevelAdjustment(
|
[Unmanaged C++] |
---|
public: HRESULT SetLevelAdjustment(
|
- Band
-
Member Value Description eStkGraphicsRasterBandRed 0 A band containing red values. eStkGraphicsRasterBandGreen 1 A band containing green values. eStkGraphicsRasterBandBlue 2 A band containing blue values. eStkGraphicsRasterBandAlpha 3 A band containing alpha values. eStkGraphicsRasterBandLuminance 4 A band containing luminance values. - Adjustment
- The linear adjustment for the band. Both negative and positive values are accepted.