autoContrast static method
AutoContrast
autoContrast([
- dynamic blend
Adjusts the contrast and blends the result with the original image.
Receives blend dynamic
How much to blend the adjusted contrast, where 0 means only use the original and 100 means
only use the adjusted contrast result. (Range: 0 to 100, Server default: 100)
Returns AutoContrast
Implementation
static AutoContrast autoContrast([dynamic blend]) {
return AutoContrast(blend);
}