ColorSelection.setPreviousColor
void setPreviousColor(gdk.color.Color color)Sets the “previous” color to be color.
This function should be called with some hesitations, as it might seem confusing to have that color change. Calling [gtk.color_selection.ColorSelection.setCurrentColor] will also set this color the first time it is called.
Parameters
color | a #GdkColor to set the previous color with |
Deprecated
Use [gtk.color_selection.ColorSelection.setPreviousRgba] instead.