Documentation: Color Adjust
Description
This action shifts the red, green and blue channels of the image by an amount specified by you.
Demo
Example usage
var img = new Image();
img.onload = function() {
Pixastic.process(img, "coloradjust", {red:0.5,green:0,blue:0});
}
document.body.appendChild(img);
img.src = "myimage.jpg";
Parameters
View source: coloradjust.js
Browser support
