This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IC > ICmykColor Interface > ICmykColor.Yellow Property (ArcObjects .NET 10.4 SDK) |
The yellow component of an ICmykColor (0-255).
[Visual Basic .NET] Public Property Yellow As Integer
[C#] public int Yellow {get; set;}
[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