Method

GtkColorSelectionget_current_rgba

since: 3.0

Declaration [src]

void
gtk_color_selection_get_current_rgba (
  GtkColorSelection* colorsel,
  GdkRGBA* rgba
)

Description [src]

Sets rgba to be the current color in the GtkColorSelection widget.

Available since: 3.0

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.