GimpUi » GimpUi.ColorSelection »

GimpUi.ColorSelection.prototype.set_simulation

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

Sets the simulation options to use with this color selection.

Since 3.0

profile

A Gimp.ColorProfile object.

intent

A Gimp.ColorRenderingIntent enum.

bpc

A gboolean.

More Information

  • GimpUi.ColorSelection