declare namespace openfl.display { export enum InterpolationMethod { LINEAR_RGB = "linearRGB", RGB = "rgb", } } export default openfl.display.InterpolationMethod;