Documentation: Hue/Saturation/Lightness
Description
This action allows adjustment of hue, saturation and lightness.
Demo
Example usage
var img = new Image();
img.onload = function() {
Pixastic.process(img, "hsl", {hue:30,saturation:20,lightness:0});
}
document.body.appendChild(img);
img.src = "myimage.jpg";
Parameters
View source: hsl.js
Browser support