Color.white

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

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

Parameters

colormap Colormap

a GdkColormap.

color GdkColor

the location to store the color.

Return Value

Type: int

TRUE if the allocation succeeded.

Meta