GimpUi.PreviewArea.set_color_config

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

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

Since 2.10

self

a GimpUi.PreviewArea widget.

config

a Gimp.ColorConfig object.