GraphicsSolidFill.hx 202 B

1234567
  1. package flash.display;
  2. extern class GraphicsSolidFill implements IGraphicsFill, implements IGraphicsData {
  3. function new(?color : UInt, ?alpha : Float) : Void;
  4. var alpha : Float;
  5. var color : UInt;
  6. }