This document is archived and information here might be outdated.  Recommended version.


ICmykColor.Black Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IC > ICmykColor Interface > ICmykColor.Black Property
ArcGIS Developer Help

ICmykColor.Black Property

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(
  System.Int32* Black
);
[C++]
Parameters
Black [in]

Black is a parameter of type long Black [out, retval]
Black is a parameter of type long*

Product Availability

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

Description

Black is the value of the black component of a CmykColor object. The valid value range is 0-255.

See Also

ICmykColor Interface