brightness

class actions.brightness.Action(**options)

Bases: core.models.Action

Adjust brightness from black to white

static init()
interface(fields)
static pil(image, amount=50)
Adjust brightness from black to white - amount: -1(black) 0 (unchanged) 1(white) - repeat: how many times it should be repeated
actions.brightness.brightness(image, amount=50)
Adjust brightness from black to white - amount: -1(black) 0 (unchanged) 1(white) - repeat: how many times it should be repeated
actions.brightness.init()

Previous topic

border

Next topic

canvas