hostilefork / pixelcad

Low latency bitmap drawing program with realtime FX
0 stars 0 forks source link

What should the flood fill consider the "same" color? #5

Open hostilefork opened 10 years ago

hostilefork commented 10 years ago

Because all color references in PixelCad come from a sort of "equation", there is a question of how to conduct a flood fill. Should it be filling based on the calculated color, or on matching equations?

It seems you might mean either, so this probably comes down to a UI problem. The default should probably be to match on the computed color.