#include <stdint.h>
Go to the source code of this file.
Variables | |
static const uint8_t | multi_dither_patterns [9][4][4] |
dither patterns used vor rendering the multicolor charset | |
static const uint8_t | interlaced_dither_patterns [9][8][4] |
Definition in file a64tables.h.
const uint8_t interlaced_dither_patterns[9][8][4] [static] |
const uint8_t multi_dither_patterns[9][4][4] [static] |
dither patterns used vor rendering the multicolor charset
Definition at line 36 of file a64tables.h.
Referenced by render_charset().