Method

Gtk.ColorChooser.get_rgba

Declaration [src]

void
gtk_color_chooser_get_rgba (
  GtkColorChooser* chooser,
  GdkRGBA* color
)

Description [src]

Gets the currently-selected color.

Gets propertyGtk.ColorChooser:rgba

Parameters

color GdkRGBA*
 

a GdkRGBA to fill in with the current color

 Direction: out
 Ownership is not transferred to the callee