Re: palette stuff again

new topic     » goto parent     » topic index » view thread      » older message » newer message

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

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu