Method

GtkColorSelectionget_previous_rgba

since: 3.0

Declaration [src]

void
gtk_color_selection_get_previous_rgba (
  GtkColorSelection* colorsel,
  GdkRGBA* rgba
)

Description [src]

Fills rgba in with the original color value.

Available since: 3.0

Parameters

rgba

Type: GdkRGBA

A GdkRGBA to fill in with the original color value.

The argument will be set by the function.
The returned data is owned by the instance.