imageSmoothingQuality property

ImageSmoothingQuality get imageSmoothingQuality

The imageSmoothingQuality property of the CanvasRenderingContext2D interface, part of the Canvas API, lets you set the quality of image smoothing.

Note: For this property to have an effect, CanvasRenderingContext2D.imageSmoothingEnabled must be true.

Implementation

external ImageSmoothingQuality get imageSmoothingQuality;
set imageSmoothingQuality (ImageSmoothingQuality value)

Implementation

external set imageSmoothingQuality(ImageSmoothingQuality value);