ArcObjects Library Reference  (Display)    

ICmykColor.Yellow Property

The yellow component of an ICmykColor (0-255).

[Visual Basic 6.0]
Property Yellow As Long
[Visual Basic .NET]
Public Property Yellow As Integer
[C#]
public int Yellow {get; set;}
[Java]
public int getYellow()
throws
    IOException,
    AutomationException
[Java]
public void setYellow(
Long Yellow
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_Yellow(
  long* Yellow
);
[C++]
HRESULT put_Yellow(
  long Yellow

);

[C++]

Parameters

Yellow [out, retval]

  Yellow is a parameter of type long

Yellow [in]

  Yellow is a parameter of type long

Product Availability

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

Description

Yellow is the value of the yellow component of a CmykColor object. The valid value range is 0-255.

See Also

ICmykColor Interface

 


Feedback Send feedback on this page