package flash.display; @:final extern class GraphicsGradientFill implements IGraphicsData implements IGraphicsFill { var alphas : Array; var colors : Array; var focalPointRatio : Float; var interpolationMethod : InterpolationMethod; var matrix : flash.geom.Matrix; var ratios : Array; var spreadMethod : SpreadMethod; var type : GradientType; function new(?type : GradientType, ?colors : Array, ?alphas : Array, ?ratios : Array, ?matrix : flash.geom.Matrix, ?spreadMethod : SpreadMethod, ?interpolationMethod : InterpolationMethod, focalPointRatio : Float = 0) : Void; }