GradientType.hx 71 B

123456
  1. package flash.display;
  2. extern enum GradientType {
  3. LINEAR;
  4. RADIAL;
  5. }