Begin implementation of C++ Image data methods again

This commit is contained in:
Joshua Granick
2015-07-21 09:07:52 -07:00
parent 1354a5106b
commit c0ef737af0
17 changed files with 566 additions and 131 deletions

View File

@@ -7,9 +7,9 @@ namespace lime {
enum PixelFormat {
RGBA,
ARGB,
BGRA
RGBA32,
ARGB32,
BGRA32
};