ColorSelection.setPreviousRgba
void setPreviousRgba(gdk.rgba.RGBA rgba)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.ColorSelection.setCurrentRgba] will also set this color the first time it is called.
Parameters
rgba | a #GdkRGBA to set the previous color with |