ArcObjects Library Reference (DataSourcesRaster)  

IMosaicFunction.ApplyColorCorrection Property

Indicates if color correction needs to be applied.

[Visual Basic .NET]
Public Property ApplyColorCorrection As Boolean
[C#]
public bool ApplyColorCorrection {get; set;}
[C++]
HRESULT get_ApplyColorCorrection(
  VARIANT_BOOL* pApplyColorCorrection
);
[C++]
HRESULT put_ApplyColorCorrection(
  VARIANT_BOOL pApplyColorCorrection
);
[C++]

Parameters

pApplyColorCorrection [out, retval]   pApplyColorCorrection is a parameter of type VARIANT_BOOL pApplyColorCorrection [in]   pApplyColorCorrection is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IMosaicFunction Interface