meo-skia-canvas
    Preparing search index...

    Interface CanvasImageSmoothing

    How images are resampled when drawn at a size other than their own.

    interface CanvasImageSmoothing {
        dither: boolean;
        imageSmoothingEnabled: boolean;
        imageSmoothingQuality: ImageSmoothingQuality;
    }

    Hierarchy (View Summary)

    Index
    dither: boolean

    Dither draws to break up banding in gradients and dark frames on 8-bit surfaces. Mirrors CanvasKit's Paint.setDither. Not part of the HTML Canvas standard. Default false.

    🧪 Not in the HTML Canvas standard.

    imageSmoothingEnabled: boolean
    imageSmoothingQuality: ImageSmoothingQuality