InterpolationMethod.hx 98 B

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