if (do_name() != 'Home') : ?>
include("util/comment.php"); ?>
photobot.Layer.brightness()
endif ?>Syntax
canvas.layers[i].brightness(value=1.0)
Description
Increases or decreases the brightness in layer i. The given value is a percentage to increase or decrease the image brightness, for example 0.8 means brightness at 80%.
Example
photobot = ximport("photobot") canvas = photobot.canvas(100,100) canvas.layer("robot.jpg") canvas.layers[1].brightness(1.5)