Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Colour Switch
#11
This will resolve the team 7 issue.

Code:
float g_iaDiscColors[33][3] =
{
    { 255, 255, 255, },
    { 250, 0, 0 },
    { 0, 0, 250 },
    { 0, 250, 0 },
    { 128, 128, 0 },
    { 128, 0, 128 },
    { 0, 128, 128 },
    { 250, 160, 0 },//{ 128, 128, 128 },
    { 64, 128, 0 },
    { 0, 250, 128 },//{ 128, 64, 0 },
    { 128, 0, 64 },
    { 64, 0, 128 },
    { 0, 64, 128 },//12
    { 64, 64, 128 },
    { 128, 64, 64 },
    { 64, 128, 64 },
    { 128, 128, 64 },
    { 128, 64, 128 },
    { 64, 128, 128 },
    { 250, 128, 0 },
    { 128, 250, 0 },
    { 128, 0, 250 },
    { 250, 0, 128 },
    { 128, 128, 128 },//{ 0, 250, 128 }, //23
    { 250, 250, 128 },
    { 250, 128, 250 },
    { 128, 250, 250 },
    { 250, 128, 64 },//27
    { 250, 64, 128 },//28
    { 128, 250, 64 },//29
    { 64, 128, 250 },//30
    { 128, 64, 250 },//31
};
Reply


Messages In This Thread
Colour Switch - by Wha? - 09-04-2005, 10:26 PM
Colour Switch - by Wha? - 09-04-2005, 10:31 PM
Colour Switch - by GRITS - 09-04-2005, 10:50 PM
Colour Switch - by Wha? - 09-04-2005, 11:44 PM
Colour Switch - by Wha? - 09-05-2005, 03:06 AM
Colour Switch - by Wha? - 09-05-2005, 03:46 AM
Colour Switch - by Miagi - 09-05-2005, 08:00 AM
Colour Switch - by Wha? - 09-05-2005, 03:37 PM
Colour Switch - by Miagi - 09-05-2005, 03:47 PM
Colour Switch - by Pique - 09-05-2005, 04:18 PM
Colour Switch - by Wha? - 09-05-2005, 10:53 PM
Colour Switch - by Gump - 09-06-2005, 04:46 AM
Colour Switch - by GRITS - 09-06-2005, 06:29 AM
Colour Switch - by Wha? - 09-16-2005, 02:36 PM

Forum Jump:


Users browsing this thread: 3 Guest(s)