GimpUi » GimpUi.ColorSelector »

GimpUi.ColorSelector.prototype.set_simulation

function set_simulation(profile: Gimp.ColorProfile, intent: Gimp.ColorRenderingIntent, bpc: Boolean): void {
    // Gjs wrapper for gimp_color_selector_set_simulation()
}
  

Sets the simulation options to use with this color selector.

Since 3.0

profile

a Gimp.ColorProfile object.

intent

a Gimp.ColorRenderingIntent enum.

bpc

a gboolean.

More Information

  • GimpUi.ColorSelector