Hammarberg / pixcen

Low level Windows pixel editor for C64
http://binarybone.com/pixcen
GNU General Public License v3.0
53 stars 7 forks source link

Request: Additional color clash handling mode #38

Open Compyx opened 5 years ago

Compyx commented 5 years ago

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

Compyx commented 5 years ago

Okay, so what isn't clear about my request? :)