Gimp.ColorManaged.get_simulation_bpc

@accepts(Gimp.ColorManaged)
@returns(bool)
def get_simulation_bpc(self):
    # Python wrapper for gimp_color_managed_get_simulation_bpc()
  

This function always returns a gboolean representing whether Black Point Compensation is enabled

Since 3.0

self

an object the implements the Gimp.ColorManaged interface

Returns