ArcObjects Library Reference  (Display)    

ICmykColor.Black Property

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

[Visual Basic 6.0]
Property Black As Long
[Visual Basic .NET]
Public Property Black As Integer
[C#]
public int Black {get; set;}
[Java]
public int getBlack()
throws
    IOException,
    AutomationException
[Java]
public void setBlack(
Long Black
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page