Searched refs:MAX_COLORS (Results 1 – 2 of 2) sorted by relevance
27 #define MAX_COLORS 256 // 256 color limits macro53 u16 color[MAX_COLORS];172 for (i = 0; i < MAX_COLORS; i++) in ColorTableInit()202 if (i >= MAX_COLORS) in ColorTableAppend()289 printf("const unsigned short %s_Palette[%d] =\n{\n", argv[2], MAX_COLORS); in main()292 for (i = 0; i < MAX_COLORS; i++) in main()
27 #ifndef MAX_COLORS28 #define MAX_COLORS 256 // 256 color limits macro