Variable InterpolationTypeConst

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

Type declaration

  • ReadonlyBICUBIC: "bicubic"
  • ReadonlyBILINEAR: "bilinear"
  • ReadonlyNEAREST: "nearest"