ArcObjects Library Reference (Display)  

IColor.CMYK Property

The CMYK value of color.

[Visual Basic .NET]
Public Property CMYK As Integer
[C#]
public int CMYK {get; set;}
[C++]
HRESULT get_CMYK(
  long* CMYK
);
[C++]
HRESULT put_CMYK(
  long CMYK
);
[C++]

Parameters

CMYK [out, retval]   CMYK is a parameter of type long CMYK [in]   CMYK is a parameter of type long

Product Availability

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

Description

CMYK returns the Long (ASCII) number calculated from the Cyan, Magenta, Yellow and Black color attributes.

Remarks

C = 0 - 100 ;M = 0 - 100; Y = 0 - 100; K = 0 - 100

See Also

IColor Interface