Begin implementation of C++ Image data methods again
This commit is contained in:
@@ -28,8 +28,9 @@ namespace lime {
|
||||
Bytes *data;
|
||||
PixelFormat format;
|
||||
int height;
|
||||
int width;
|
||||
bool premultiplied;
|
||||
bool transparent;
|
||||
int width;
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user