comparison tools/libgfx.h @ 2209:7a0af15fbe97

Add support for 'raw' 768 byte palette files.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 14 Jun 2019 05:32:58 +0300
parents 1ea48084055e
children b858ade0fb0b
comparison
equal deleted inserted replaced
2208:90ec1ec89c56 2209:7a0af15fbe97
34 34
35 // Palette formats 35 // Palette formats
36 enum 36 enum
37 { 37 {
38 DM_PALFMT_ACT, 38 DM_PALFMT_ACT,
39 DM_PALFMT_RAW,
39 }; 40 };
40 41
41 42
42 // Color formats (these can be used along with DM_FMT_*) 43 // Color formats (these can be used along with DM_FMT_*)
43 enum 44 enum