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


IColorCorrection.Saturation Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IC > IColorCorrection Interface > IColorCorrection.Saturation Property
ArcGIS Developer Help

IColorCorrection.Saturation Property

The Saturation Value of the HLS Color Model.

[Visual Basic .NET]
Public Function get_Saturation ( _
    ByVal dataType As esriColorCorrectionDataType _
) As Short
[Visual Basic .NET]
Public Sub set_Saturation ( _
    ByVal dataType As esriColorCorrectionDataType, _
    ByVal val As Short _
)
[C#]
public short get_Saturation (
    esriColorCorrectionDataType dataType
);
[C#]
public void set_Saturation (
    esriColorCorrectionDataType dataType,
    short val
);
[C++]
HRESULT get_Saturation(
  esriColorCorrectionDataType dataType,
  System.Int16* val
);
[C++]
HRESULT put_Saturation(
  esriColorCorrectionDataType dataType,
  short val
);
[C++]
Parameters
dataType [in]

dataType is a parameter of type esriColorCorrectionDataType val [out, retval]
val is a parameter of type short* dataType [in]
dataType is a parameter of type esriColorCorrectionDataType val [in]
val is a parameter of type short

Product Availability

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

See Also

IColorCorrection Interface