GimpUi.ColorSelector.set_simulation

@accepts(GimpUi.ColorSelector, Gimp.ColorProfile, Gimp.ColorRenderingIntent, bool)
@returns(none)
def set_simulation(self, profile, intent, bpc):
    # Python wrapper for gimp_color_selector_set_simulation()
  

Sets the simulation options to use with this color selector.

Since 3.0

self

a GimpUi.ColorSelector widget.

profile

a Gimp.ColorProfile object.

intent

a Gimp.ColorRenderingIntent enum.

bpc

a gboolean.