package ninja.bytecode.iris.util; public enum InterpolationMode { NONE, BILINEAR, BICUBIC, HERMITE_BICUBIC }