GimpUi.ColorScale.set_color_config

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

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

Since 2.10

self

a GimpUi.ColorScale widget.

config

a Gimp.ColorConfig object.