meo-skia-canvas
    Preparing search index...

    Type Alias SamplingMode

    SamplingMode: "nearest" | "linear" | "mipmap" | "cubic"

    Sampling mode for image transformations.

    "nearest" and "linear" are the two filter modes. "mipmap" adds a mipmap chain, which is better under heavy minification, and "cubic" is Mitchell-Netravali bicubic — the highest quality of the four for scaled or moving imagery, and the one that ignores mipmaps entirely.