ShapePainter delete a pixel

Create a function where you can delete a pixel from the shapepainter instead of a with pixel.

1 Like

We definitely need an erase feature.

One way might be to add a transparent color like in Piskel. Then you could use any drawing function and if the color was the transparent color then it would erase it instead of draw it.

2 Likes