diff --git a/TIASshot/CameraBase.cs b/TIASshot/CameraBase.cs index b48f5e3..edcab74 100644 --- a/TIASshot/CameraBase.cs +++ b/TIASshot/CameraBase.cs @@ -56,15 +56,15 @@ new int[] { 1, 3, 3 }, // G new int[] { 2, 3, 3 }, // B new int[] { 0, 1, 3 }, // RG + new int[] { 0, 2, 3 }, // RB new int[] { 1, 2, 3 }, // GB - new int[] { 2, 0, 3 }, // BR new int[] { 0, 0, 3 }, // RR new int[] { 1, 1, 3 }, // GG new int[] { 2, 2, 3 }, // BB - new int[] { 0, 0, 1 }, // RRG new int[] { 0, 0, 2 }, // RRB - new int[] { 1, 1, 2 }, // GGB + new int[] { 0, 0, 1 }, // RRG new int[] { 1, 1, 0 }, // GGR + new int[] { 1, 1, 2 }, // GGB new int[] { 2, 2, 0 }, // BBR new int[] { 2, 2, 1 }, // BBG new int[] { 0, 1, 2 }, // RGB