aboutsummaryrefslogtreecommitdiff
path: root/tools/lighthousefind_tori/visualization.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lighthousefind_tori/visualization.h')
-rw-r--r--tools/lighthousefind_tori/visualization.h36
1 files changed, 18 insertions, 18 deletions
diff --git a/tools/lighthousefind_tori/visualization.h b/tools/lighthousefind_tori/visualization.h
index f0263eb..da69ed2 100644
--- a/tools/lighthousefind_tori/visualization.h
+++ b/tools/lighthousefind_tori/visualization.h
@@ -23,24 +23,24 @@ void markPointWithStar(FILE *file, Point point, unsigned int color);
#define MAX_COLORS 18
static unsigned int COLORS[] = {
- 0x00FFFF,
- 0xFF00FF,
- 0xFFFF00,
- 0xFF0000,
- 0x00FF00,
- 0x0000FF,
- 0x0080FF,
- 0x8000FF,
- 0x80FF00,
- 0x00FF80,
- 0xFF0080,
- 0xFF8000,
- 0x008080,
- 0x800080,
- 0x808000,
- 0x000080,
- 0x008000,
- 0x800000
+ 0x00FFFF,
+ 0xFF00FF,
+ 0xFFFF00,
+ 0xFF0000,
+ 0x00FF00,
+ 0x0000FF,
+ 0x0080FF,
+ 0x8000FF,
+ 0x80FF00,
+ 0x00FF80,
+ 0xFF0080,
+ 0xFF8000,
+ 0x008080,
+ 0x800080,
+ 0x808000,
+ 0x000080,
+ 0x008000,
+ 0x800000
};
#endif