Variable InterpolationTypeConst

InterpolationType: {
    BICUBIC: "bicubic";
    BILINEAR: "bilinear";
    NEAREST: "nearest";
} = ...

Type declaration

  • Readonly BICUBIC: "bicubic"
  • Readonly BILINEAR: "bilinear"
  • Readonly NEAREST: "nearest"