ArcObjects Library Reference (Carto)  

IRasterShader.Brightness Property

The brightness to be applied.

[Visual Basic .NET]
Public Property Brightness As Short
[C#]
public short Brightness {get; set;}
[C++]
HRESULT get_Brightness(
  short* Brightness
);
[C++]
HRESULT put_Brightness(
  short Brightness
);
[C++]

Parameters

Brightness [out, retval]   Brightness is a parameter of type short Brightness [in]   Brightness is a parameter of type short

Product Availability

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

See Also

IRasterShader Interface