Method
GtkColorChooserget_rgba
since: 3.4
Declaration [src]
void
gtk_color_chooser_get_rgba (
GtkColorChooser* chooser,
GdkRGBA* color
)
Description [src]
Gets the currently-selected color.
Available since: 3.4
Gets property | Gtk.ColorChooser:rgba |
Parameters
color
-
Type:
GdkRGBA
A
GdkRGBA
to fill in with the current color.The argument will be set by the function. The returned data is owned by the instance.