GimpUi.ColorArea.set_color_config

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

Sets the color management configuration to use with this color area.

Since 2.10

self

a GimpUi.ColorArea widget.

config

a Gimp.ColorConfig object.