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