📄️ Brightnes
his method asynchronously changes the brightness of the specified image element by applying a brightness adjustment factor.
📄️ Contrast
Function that, given an RGB image and a factor, returns an RGB image with the contrast changed by the given factor along an S-Curve.
📄️ Exposure
This method asynchronously changes the exposure of the specified image element by applying an exposure adjustment factor to each RGB channel of every pixel.
📄️ Opacity
This method asynchronously changes the opacity of the specified image element by setting the alpha channel (transparency) to a specified value for all pixels.
📄️ Shadows
Function that, given an RGB image and a factor, returns an RGB image with the shadows progressively brightened or darkened by the factor, proportionally to their pre-edit darkness.
📄️ Highlights
Function that, given an RGB image and a factor, returns an RGB image with the highlights progressively brightened or darkened by the factor, proportionally to their pre-edit lightness.
📄️ Sharpness
This method asynchronously changes the sharpness of the specified image element.