GimpUi.ColorSelection.set_config
@accepts(GimpUi.ColorSelection, Gimp.ColorConfig)
@returns(none)
def set_config(self, config):
# Python wrapper for gimp_color_selection_set_config()
Sets the color management configuration to use with this color selection.
Since 2.4
- self
A GimpUi.ColorSelection widget.
- config
A Gimp.ColorConfig object.