GraphicsSolidFill
Use a GraphicsSolidFill object with the Graphics.drawGraphicsData() method. Drawing a GraphicsSolidFill object is the equivalent of calling the Graphics.beginFill() method.
Can be created with method new:
Lib.Media.Display.GraphicsSolidFill.new(color, alpha) |
Creates a new GraphicsSolidFill object. |
color - (default = 0) - The color value. Valid values are in the hexadecimal format 0xRRGGBB. alpha - (default = 1.0) - The alpha transparency value. Valid values are 0 (fully transparent) to 1 (fully opaque). |
Created with the Personal Edition of HelpNDoc: Create cross-platform Qt Help files