unsharpMask static method
LevelAdjust
unsharpMask([
- dynamic strength
Applies an unsharp mask filter to the image.
Receives strength dynamic
The strength of the filter. (Range: 1 to 2000, Server default: 100)
Returns LevelAdjust
Implementation
static LevelAdjust unsharpMask([dynamic strength]) {
return LevelAdjust('unsharp_mask', strength);
}