From f0a7bfd2d96c350f35517f1be9f89f0e2754e0db Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Tue, 24 Jul 2012 03:29:03 +0000 Subject: [PATCH] hmm no - i't using the real 256 colorcube. wow. SVN revision: 74337 --- src/bin/col.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/bin/col.c b/src/bin/col.c index e62d8bba..a08e1b94 100644 --- a/src/bin/col.c +++ b/src/bin/col.c @@ -67,6 +67,7 @@ const Color colors[2][2][12] = const Color colors256[256] = { // basic 16 repeated +/* { 0x00, 0x00, 0x00, 0xff }, // COL_BLACK { 0xcc, 0x33, 0x33, 0xff }, // COL_RED { 0x33, 0xcc, 0x33, 0xff }, // COL_GREEN @@ -84,7 +85,7 @@ const Color colors256[256] = { 0xff, 0x66, 0xff, 0xff }, // COL_MAGENTA { 0x66, 0xff, 0xff, 0xff }, // COL_CYAN { 0xff, 0xff, 0xff, 0xff }, // COL_WHITE -/* + */ { 0x00, 0x00, 0x00, 0xff }, // COL_BLACK { 0xc0, 0x00, 0x00, 0xff }, // COL_RED { 0x00, 0xc0, 0x00, 0xff }, // COL_GREEN @@ -102,7 +103,7 @@ const Color colors256[256] = { 0xff, 0x80, 0xff, 0xff }, // COL_MAGENTA { 0x80, 0xff, 0xff, 0xff }, // COL_CYAN { 0xff, 0xff, 0xff, 0xff }, // COL_WHITE - */ + // pure 6x6x6 colorcube { 0x00, 0x00, 0x00, 0xff }, { 0x00, 0x00, 0x5f, 0xff },