Method

GtkColorDialogButtonset_rgba

Declaration [src]

void
gtk_color_dialog_button_set_rgba (
  GtkColorDialogButton* self,
  const GdkRGBA* color
)

Description [src]

Sets the color of the button.

Available since:4.10

Parameters

color const GdkRGBA*
 

The new color.

 The data is owned by the caller of the function.