Method
GtkColorSelectionset_current_rgba
since: 3.0
Declaration [src]
void
gtk_color_selection_set_current_rgba (
GtkColorSelection* colorsel,
const GdkRGBA* rgba
)
Description [src]
Sets the current color to be rgba
.
The first time this is called, it will also set
the original color to be rgba
too.
Available since: 3.0
Sets property | Gtk.ColorSelection:current-rgba |
Parameters
rgba
-
Type:
GdkRGBA
A
GdkRGBA
to set the current color with.The data is owned by the caller of the method.