Documentation: Lighten
Description
This action lightens or darkens the image.
Demo
Example usage
var img = new Image();
img.onload = function() {
Pixastic.process(img, "lighten", {amount:0.5});
}
document.body.appendChild(img);
img.src = "myimage.jpg";
Parameters
Known issues
- Applying this effect more than once in IE doesn't give the expected result.
View source: lighten.js
Browser support
