ArcObjects Library Reference (Carto)  

IRasterDisplayProps.BrightnessValue Property

Brightness value for a raster.

[Visual Basic .NET]
Public Property BrightnessValue As Integer
[C#]
public int BrightnessValue {get; set;}
[C++]
HRESULT get_BrightnessValue(
  Long* pValue
);
[C++]
HRESULT put_BrightnessValue(
  Long pValue
);
[C++]

Parameters

pValue [out, retval]   pValue is a parameter of type Long pValue [in]   pValue is a parameter of type Long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The BrightnessValue property ranges from -100 to 100, representing a percentage of increase or decrease in the property.

See Also

IRasterDisplayProps Interface