Files
LNXSDK/Kha/Tools/macos_arm64/std/flash/display/GraphicsSolidFill.hx
2026-05-21 20:15:16 -07:00

8 lines
213 B
Haxe

package flash.display;
extern final class GraphicsSolidFill implements IGraphicsData implements IGraphicsFill {
var alpha : Float;
var color : UInt;
function new(color : UInt = 0, alpha : Float = 1) : Void;
}