Update Files
This commit is contained in:
8
Kha/Tools/macos/std/flash/display/BitmapDataChannel.hx
Normal file
8
Kha/Tools/macos/std/flash/display/BitmapDataChannel.hx
Normal file
@ -0,0 +1,8 @@
|
||||
package flash.display;
|
||||
|
||||
extern class BitmapDataChannel {
|
||||
public static inline var ALPHA = 8;
|
||||
public static inline var BLUE = 4;
|
||||
public static inline var GREEN = 2;
|
||||
public static inline var RED = 1;
|
||||
}
|
Reference in New Issue
Block a user