GimpUi.ColorButton.set_color_config

@accepts(GimpUi.ColorButton, Gimp.ColorConfig)
@returns(none)
def set_color_config(self, config):
    # Python wrapper for gimp_color_button_set_color_config()
  

Sets the color management configuration to use with this color button's GimpUi.ColorArea.

Since 2.10

self

a GimpUi.ColorButton widget.

config

a Gimp.ColorConfig object.