thanks, i knew about the variations but is that the only way to apply it? because i have a number of functions, depending on user input different pixels are searched the function thus varies so:
PixelSearch(10, 10, 800, 580, $color) is what i have do i just:
PixelSearch(10, 10, 800, 580, $color, 100) if i say want 100 variations of that color?
thats another thing, i am not really all that savy on graphics so how many variations would it take to have everything from dark orange to brown?
But thanks for the help.