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