GimpUi » GimpUi.ColorNotebook »

GimpUi.ColorNotebook.prototype.set_simulation

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

Updates all selectors with the current simulation settings.

Since 3.0

profile

A Gimp.ColorProfile object.

intent

A Gimp.ColorRenderingIntent enum.

bpc

A gboolean.

More Information

  • GimpUi.ColorNotebook