This document is archived and information here might be outdated.  Recommended version.


IRasterShader.Brightness Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterShader Interface > IRasterShader.Brightness Property
ArcGIS Developer Help

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(
  System.Int16* Brightness
);
[C++]
Parameters
Brightness [in]

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

Product Availability

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

See Also

IRasterShader Interface