ColorSelection.setPreviousColor

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.

More...
class ColorSelection
void
setPreviousColor

Parameters

color gdk.color.Color

a #GdkColor to set the previous color with

Detailed Description