Color.black

Warning gdk_color_black is deprecated and should not be used in newly-written code. Returns the black color for a given colormap. The resulting value has already been allocated.

  1. Color black()
  2. int black(Colormap colormap, GdkColor color)
    class Color
    static
    int
    black

Parameters

colormap Colormap

a GdkColormap.

color GdkColor

the location to store the color.

Return Value

Type: int

TRUE if the allocation succeeded.

Meta