i need a way to map an integer to a color. there's only going to be like 10 of them, so something like an enum would be sufficient..but i need to be able to find out the color from any given int. what are some nice ways to do that? it can't be too terribly slow, because it'll get called like..70 million times