Virtual Method
GtkColorChooserget_rgba
deprecated: 4.10
Declaration [src]
void
get_rgba (
  GtkColorChooser* chooser,
  GdkRGBA* color
)
Description [src]
Gets the currently-selected color.
Deprecated since: 4.10
Use GtkColorDialog instead.
| Gets property | Gtk.ColorChooser:rgba | 
Parameters
- color
- 
            Type: GdkRGBAA GdkRGBAto fill in with the current color.The argument will be set by the function. The data is owned by the function.