diff options
author | Eric Anholt <eric@anholt.net> | 2006-10-26 16:14:29 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2006-10-26 16:14:29 -0700 |
commit | cadf1d2fdfc4a35662a766864d323b4097d07767 (patch) | |
tree | f43e8758b2b22fad6ece1f5a28555a3569f7813c | |
parent | 6e809f1ee673a430c58ed486346bf482f451493e (diff) |
Reduce the number of colors to speed up test execution.
The other colors were probably not important.
-rw-r--r-- | tests.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -40,10 +40,7 @@ color4d colors[] = { {1.0, 0, 0, 1.0}, {0, 1.0, 0, 1.0}, {0, 0, 1.0, 1.0}, - {0.5, 0, 0, 0.25}, {0.5, 0, 0, .5}, - {0.0, .5, 1.0, .5}, - {0.0, .5, 1.0, 0} }; /* Convenience pointers to 1x1 repeating colors */ |