Gimp.ColorManaged.get_simulation_intent

@accepts(Gimp.ColorManaged)
@returns(Gimp.ColorRenderingIntent)
def get_simulation_intent(self):
    # Python wrapper for gimp_color_managed_get_simulation_intent()
  

This function always returns a Gimp.ColorRenderingIntent

Since 3.0

self

an object the implements the Gimp.ColorManaged interface

Returns