This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IC > ICmykColor Interface > ICmykColor.Black Property (ArcObjects .NET 10.4 SDK) |
The black component of an ICmykColor (0-255).
[Visual Basic .NET] Public Property Black As Integer
[C#] public int Black {get; set;}
[C++]
HRESULT get_Black(
long* Black
);
[C++]
HRESULT put_Black(
long Black
);
[C++]
Parameters Black [out, retval] Black is a parameter of type long Black [in] Black is a parameter of type long