Add more CFFI methods, improve use within the tools (force color order)
This commit is contained in:
19
project/include/graphics/PixelFormat.h
Normal file
19
project/include/graphics/PixelFormat.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#ifndef LIME_GRAPHICS_PIXEL_FORMAT_H
|
||||
#define LIME_GRAPHICS_PIXEL_FORMAT_H
|
||||
|
||||
|
||||
namespace lime {
|
||||
|
||||
|
||||
enum PixelFormat {
|
||||
|
||||
RGBA,
|
||||
ARGB
|
||||
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user