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


IColorCorrection.CMYKCorrection 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.CMYKCorrection Property
ArcGIS Developer Help

IColorCorrection.CMYKCorrection Property

The Color Correction for the CMYK color model.

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

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

Product Availability

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

See Also

IColorCorrection Interface