ArcObjects Library Reference  (Display)    

IColor.CMYK Property

The CMYK value of color.

[Visual Basic 6.0]
Property CMYK As OLE_COLOR
[Visual Basic .NET]
Public Property CMYK As Integer
[C#]
public int CMYK {get; set;}
[Java]
public OLECOLOR getCMYK()
throws
    IOException,
    AutomationException
[Java]
public void setCMYK(
OLE_COLOR pLE_COLOR
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_CMYK(
  OLE_COLOR* CMYK
);
[C++]
HRESULT put_CMYK(
  OLE_COLOR CMYK

);

[C++]

Parameters

CMYK [out, retval]

  CMYK is a parameter of type OLE_COLOR

CMYK [in]

  CMYK is a parameter of type OLE_COLOR

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

 


Feedback Send feedback on this page