class openfl.display.GraphicsSolidFill implements IGraphicsFill implements 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.
Instance Fields
Indicates the alpha transparency value of the fill. Valid values are 0 (fully transparent) to 1(fully opaque). The default value is 1. Display objects with alpha set to 0 are active, even though they are invisible.