Gimp.Drawable.brightness_contrast
@accepts(Gimp.Drawable, float, float)
@returns(bool)
def brightness_contrast(self, brightness, contrast):
# Python wrapper for gimp_drawable_brightness_contrast()
Modify brightness/contrast in the specified drawable.
This procedures allows the brightness and contrast of the specified drawable to be modified. Both 'brightness' and 'contrast' parameters are defined between -0.5 and 0.5.
Since 2.10
- self
The drawable.
- brightness
Brightness adjustment.
- contrast
Contrast adjustment.
- Returns