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


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

ILayerEffects.Brightness Property

Layer brightness in percent (-100 - 100).

[Visual Basic .NET]
Public Property Brightness As Short
[C#]
public short Brightness {get; set;}
[C++]
HRESULT get_Brightness(
  System.Int16* BrightnessValue
);
[C++]
HRESULT put_Brightness(
  short BrightnessValue
);
[C++]
Parameters
BrightnessValue [out, retval]

BrightnessValue is a parameter of type short* BrightnessValue [in]
BrightnessValue is a parameter of type short

Product Availability

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

See Also

ILayerEffects Interface

.NET Samples

Layer effects animation in ArcMap