filter property
The
CanvasRenderingContext2D.filter
property of the Canvas 2D API provides filter effects such as blurring and
grayscaling.
It is similar to the CSS filter property and accepts the same values.
Implementation
external String get filter;
Implementation
external set filter(String value);