Re: palette stuff again
- Posted by Lewis Townsend <keroltarr at HOTMAIL.COM> Oct 13, 1998
- 545 views
Thanks again David, That works except that my image was two dimensional so instead of: >for i = 1 to length( image ) do > image[i] = change[ image[i]+1 ] >end for I had to do something more like this for x = 1 to length (pic) do for y = 1 to length (pic [x]) do pic [x] [y] = index [pic [x] [y] + 1] end for end for The routine couldn't find matches for bright_cyan, orange, yellow, and white. The bright red color was changed to a darker red. However it's a heck of alot better than what I had before! thanks again, Lewis Townsend ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com