Method
GtkColorSelectionget_previous_color
deprecated: 3.4
Declaration [src]
void
gtk_color_selection_get_previous_color (
GtkColorSelection* colorsel,
GdkColor* color
)
Description [src]
Fills color
in with the original color value.
Deprecated since: 3.4
Use gtk_color_selection_get_previous_rgba()
instead.
Parameters
color
-
Type:
GdkColor
A
GdkColor
to fill in with the original color value.The argument will be set by the function. The returned data is owned by the instance.