Method

GtkColorChooserset_rgba

since: 3.4

Declaration [src]

void
gtk_color_chooser_set_rgba (
  GtkColorChooser* chooser,
  const GdkRGBA* color
)

Description [src]

Sets the color.

Available since: 3.4

Sets propertyGtk.ColorChooser:rgba

Parameters

color

Type: GdkRGBA

The new color.

The data is owned by the caller of the method.