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


ICmykColor.Black Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

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(
  long Black
);
[C++]

Parameters Black [out, retval] Black is a parameter of type long Black [in] 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