<HTML><FONT FACE=arial,helvetica><FONT  SIZE=2 PTSIZE=10>I am looking for the whole conversion range from 0 to 63, of Red, green, and blue
<BR>I need it for ohrgfx, because the whole colors are 2 points off.
<BR>the way I did it in ohr gfx, its just that I multiplied ohr palette values by 4
<BR>
<BR>example
<BR>color = (ohrpalred*4,ohrpalgreen*4,ohrpalblue*4)
<BR>it works to a certain degree, however on some machines, the bmp image is missing half the colors.
<BR>
<BR>I hope this is a little more understandable.
<BR>I checked neo's souce for his little importing tool, but I don't understand any of the source's code, sorry, I am not proficient in C++.</FONT></HTML>