InterpolationMethod.hx 150 B

123456
  1. package flash.display;
  2. @:native("flash.display.InterpolationMethod") extern enum abstract InterpolationMethod(String) {
  3. var LINEAR_RGB;
  4. var RGB;
  5. }