colors             31 modules/games/gui_mastermind.c char colors[6];
colors            157 modules/games/gui_mastermind.c         draw_rectangle(camera_screen.disp_right - (24 - i * 4) * FONT_WIDTH, 2 * FONT_HEIGHT + FONT_HEIGHT / 2, camera_screen.disp_right - (24 - i * 4) * FONT_WIDTH + FONT_HEIGHT, 3 * FONT_HEIGHT + FONT_HEIGHT / 2, MAKE_COLOR(colors[i], colors[i]),
colors            185 modules/games/gui_mastermind.c     choice_box(curr_x, curr_y, MAKE_COLOR(colors[curr_color[curr_x]],border));
colors            193 modules/games/gui_mastermind.c 	    choice_box(i, 9, MAKE_COLOR(colors[answer[i]],colors[answer[i]]));
colors            198 modules/games/gui_mastermind.c     draw_box(colors[curr_color[curr_x]]);
colors            232 modules/games/gui_mastermind.c                             draw_box(colors[curr_color[curr_x]]);
colors            279 modules/games/gui_mastermind.c     colors[0] = COLOR_RED;
colors            280 modules/games/gui_mastermind.c     colors[1] = COLOR_GREEN;
colors            281 modules/games/gui_mastermind.c     colors[2] = COLOR_BLUE;
colors            282 modules/games/gui_mastermind.c     colors[3] = COLOR_YELLOW;
colors            283 modules/games/gui_mastermind.c     colors[4] = COLOR_WHITE;
colors            284 modules/games/gui_mastermind.c     colors[5] = COLOR_BLACK;