saturation static method
LevelAdjust
saturation([
- dynamic level
Adjusts the color saturation.
level dynamic
The level of color saturation (Range: -100 to 100, Server default: 80).
Returns LevelAdjust
Implementation
static LevelAdjust saturation([dynamic level]) {
return LevelAdjust('saturation', level);
}