Would it be possible to add another color clash handling mode: have the user select which color to replace or cancel replacing any color.
So for example when a 'char' already contains 6-4-E and I try to put a pixel of color F in there, I can either push 6, 4 or E to select the color to replace, or push Escape to cancel replacing a color.
This way I can determine if it's "worth" replacing a color to get that F pixel in, or if I should just leave the 'char' alone or re-dither to allow the new color.
I've used this in my bitmap editors a lot and is my preferred way of handling color clashes.
Would it be possible to add another color clash handling mode: have the user select which color to replace or cancel replacing any color.
So for example when a 'char' already contains 6-4-E and I try to put a pixel of color F in there, I can either push 6, 4 or E to select the color to replace, or push Escape to cancel replacing a color. This way I can determine if it's "worth" replacing a color to get that F pixel in, or if I should just leave the 'char' alone or re-dither to allow the new color.
I've used this in my bitmap editors a lot and is my preferred way of handling color clashes.
Cheers, Compyx