Method
GtkColorSelectionset_previous_rgba
since: 3.0
Declaration [src]
void
gtk_color_selection_set_previous_rgba (
GtkColorSelection* colorsel,
const GdkRGBA* rgba
)
Description [src]
Sets the “previous” color to be rgba.
This function should be called with some hesitations,
as it might seem confusing to have that color change.
Calling gtk_color_selection_set_current_rgba() will also
set this color the first time it is called.
Available since: 3.0
Parameters
rgba-
Type:
GdkRGBAA
GdkRGBAto set the previous color with.The data is owned by the caller of the method.