Method

GtkColorButtonget_rgba

deprecated: 3.4 since: 3.0

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 gtk_color_chooser_get_rgba() instead.

This method is not directly available to language bindings.

Gets propertyGtk.ColorButton:rgba

Parameters

rgba

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.