commit 6d1ea5b9741f057e6c66cae430fedea2cc68379d
Author: Leszek Koltunski <leszek@koltunski.pl>
Date:   Tue Apr 21 10:49:56 2020 +0100

    PYRAMINX: swap the red and blue face colors so that the whole thing matches randelshofer.ch

diff --git a/src/main/java/org/distorted/objects/RubikPyraminx.java b/src/main/java/org/distorted/objects/RubikPyraminx.java
index 627fb6c7..c05c6ae7 100644
--- a/src/main/java/org/distorted/objects/RubikPyraminx.java
+++ b/src/main/java/org/distorted/objects/RubikPyraminx.java
@@ -55,7 +55,7 @@ public class RubikPyraminx extends RubikObject
   private static final int[] FACE_COLORS = new int[]
          {
            0xffffff00, 0xff00ff00,  // AXIS[0]right (YELLOW) AXIS[1]right (GREEN )
-           0xff0000ff, 0xffff0000   // AXIS[2]right (BLUE  ) AXIS[3]right (RED   )
+           0xffff0000, 0xff0000ff   // AXIS[2]right (RED   ) AXIS[3]right (BLUE  )
          };
 
   // computed with res/raw/compute_quats.c
