Method
GtkColorButtonget_rgba
Declaration [src]
void
gtk_color_button_get_rgba (
GtkColorButton* button,
GdkRGBA* rgba
)
Description [src]
Sets rgba
to be the current color in the GtkColorButton
widget.
Available since: | 3.0 |
Deprecated since: | 3.4 |
Use | |
This method is not directly available to language bindings. |
Gets property | Gtk.ColorButton:rgba |
Parameters
rgba
-
Type:
GdkRGBA
A
GdkRGBA
to fill in with the current color.The argument will be set by the function. The data is owned by the caller of the function.