class GraphicsSolidFill
package openfl.display
implements IGraphicsFill, IGraphicsData
Available on all platforms
Defines a solid fill.
Use a GraphicsSolidFill object with the
Graphics.drawGraphicsData()
method. Drawing a
GraphicsSolidFill object is the equivalent of calling the
Graphics.beginFill()
method.