Libraries:Gtk:Gdk:Rgb
Functions
ColormapDitherable(cmap @ Gtk.Gdk.Colormap.T) : Std.Symbol.T
Ditherable() : Std.Symbol.T
FindColor(colormap @ Gtk.Gdk.Colormap.T, color @ Gtk.Gdk.Color.T) : Std.Object.T
Warning
FindColor has been deprecated since version 2.22 and should not be used in newly-written code. Cairo handles colors automatically.
GcSetBackground(gc @ Gtk.Gdk.GC.T, rgb @ Std.Integer.SmallT) : Std.Object.T
GcSetForeground(gc @ Gtk.Gdk.GC.T, rgb @ Std.Integer.SmallT) : Std.Object.T
GetColormap() : Gtk.Gdk.Colormap.T
Warning
GetColormap has been deprecated since version 2.22 and should not be used in newly-written code. Use gdk_screen_get_system_colormap (Gtk.Gdk.Screen.GetDefault) instead.
GetVisual() : Gtk.Gdk.Visual.T
Warning
GetVisual has been deprecated since version 2.22 and should not be used in newly-written code. Use gdk_visual_get_system_visual (Gtk.Gdk.Screen.GetDefault) instead.
Warning
ColormapDitherable is deprecated and should not be used in newly-written code.