Add support to more color formats
- RGBA4444: fully working - RGBA5551: fully not working - LA8, LA4: fully working
This commit is contained in:
@@ -13,15 +13,15 @@ class CTRFF_API BCLIM : public BinFile {
|
||||
~BCLIM() {}
|
||||
|
||||
enum Format : u32 {
|
||||
L8, // tested
|
||||
A8, // tested
|
||||
LA4,
|
||||
LA8,
|
||||
L8, // tested
|
||||
A8, // tested
|
||||
LA4, // tested
|
||||
LA8, // tested
|
||||
HILO8,
|
||||
RGB565, // tested
|
||||
RGB888, // tested
|
||||
RGBA5551,
|
||||
RGBA4444,
|
||||
RGBA4444, // tested
|
||||
RGBA8888, // tested
|
||||
ETC1,
|
||||
ETC1A4,
|
||||
|
||||
Reference in New Issue
Block a user