InterpolationMethod.hx 79 B

123456
  1. package flash.display;
  2. extern enum InterpolationMethod {
  3. LINEAR_RGB;
  4. RGB;
  5. }