LNXSDK/Kha/Tools/macos/std/flash/display/GraphicsSolidFill.hx
2025-01-22 16:18:30 +01: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;
}