hmm no - i't using the real 256 colorcube. wow.

SVN revision: 74337
This commit is contained in:
Carsten Haitzler 2012-07-24 03:29:03 +00:00
parent 9a41a51cb5
commit f0a7bfd2d9
1 changed files with 3 additions and 2 deletions

View File

@ -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 },