mriale / PyDPainter

A usable pixel art paint program written in Python
GNU General Public License v3.0
544 stars 26 forks source link

Make Brush, Wrap and Patten fills compatible with Color and Cycle mode #137

Open Sleuthgame opened 3 months ago

Sleuthgame commented 3 months ago

Brush, Wrap and Pattern fills. Those fills mode use current brush but only in Matte mode by default and ignore those modes.

Having Color (current foreground color) and Cycle maybe a nice and powerful tool enhancement. Especially with monochromatic brushes (grid patterns, clip-art...)

(I am not on drugs, I swear)

Sleuthgame commented 3 months ago

It make sense, because, if I design a monochromatic geometric pattern and define it as a brush, I can use it with different mode as a drawing tool. ie, turn it into another color. Use it in a Cycle. But if I want to fill shapes with, I can't anymore. It make a lot of sense with patterns filling, even a simple line/dot motif or future patterns presets.