Gimp.Image.get_simulation_bpc
@accepts(Gimp.Image)
@returns(bool)
def get_simulation_bpc(self):
# Python wrapper for gimp_image_get_simulation_bpc()
Returns whether the image has Black Point Compensation enabled for its simulation
This procedure returns whether the image has Black Point Compensation enabled for its simulation
Since 3.0
- self
The image.
- Returns