From 5a9e7e40698f52deb47f0baffef9f64c464fb198 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 6 Oct 2022 10:08:10 +0200 Subject: [PATCH] more distinct mirrored colors --- pattern2.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pattern2.cpp b/pattern2.cpp index 5595371c..df5d6f11 100644 --- a/pattern2.cpp +++ b/pattern2.cpp @@ -1545,12 +1545,12 @@ EX map colortables = { 0x4080F0, 0x8040F0, 0x80F040, 0xFFD500 }}, {'M', { // mirrored versions of 'A' - 0xF04060, 0x40F060, 0x4040D0, - 0xD0D040, 0xD000F0, 0x00D040, - 0xC0C0E0, 0x404060, 0x8080A0, - 0xF08060, 0xF040A0, 0x40F0A0, - 0x4080D0, 0x8040D0, 0x80F060, - 0xFFD540 }}, + 0xF04080, 0x40F080, 0x3030D0, + 0xA0A060, 0xA000F0, 0x00A060, + 0xC0C0F0, 0x404070, 0x8080C0, + 0xF08080, 0xF040C0, 0x40F0C0, + 0x3060D0, 0x6030D0, 0x80F080, + 0xFFD580 }}, {'B', { // trying to get colors as in Wikipedia [ https://en.wikipedia.org/wiki/Euclidean_tilings_by_convex_regular_polygons#k-uniform_tilings ] 0, 0, 0xFFFFFF, 0xFFFF00,