This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IC > IColor Interface > IColor.CMYK Property (ArcObjects .NET 10.5 SDK) |
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
CMYK returns the Long (ASCII) number calculated from the Cyan, Magenta, Yellow and Black color attributes.