lunapaint / vscode-luna-paint

A raster image editor extension for VS Code
https://marketplace.visualstudio.com/items?itemName=Tyriar.luna-paint
279 stars 25 forks source link

no transparency when I use the 'fill' tool #178

Closed amapic closed 1 year ago

amapic commented 1 year ago

When I pick a color, add transparency in it and then try to fill a zone with that color, only the rgb is applied to the zone, not the transparency. Is that normal ?

Tyriar commented 1 year ago

This is actually supported by using the blend mode:

image

You want blend mode replace as you don't want to blend the colors but to replace it completely.

It may be more intuitive to do when magic wand is implemented as you could then make a selection and press delete https://github.com/lunapaint/vscode-luna-paint/issues/93