GimpUi » GimpUi.ColorSelector »

GimpUi.ColorSelector::set_simulation

function vfunc_set_simulation(profile: Gimp.ColorProfile, intent: Gimp.ColorRenderingIntent, bpc: Boolean): void {
}
  

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