donotturnoff / aerend

My third year project
0 stars 0 forks source link

`BlendMode::CLEAR` should not clear entire destination bitmap #39

Open donotturnoff opened 3 years ago

donotturnoff commented 3 years ago

As the title says, the "clear" compositing operation should only clear the pixels under the source bitmap. Currently, it wipes the whole destination bitmap.

donotturnoff commented 2 years ago

Or just remove this mode altogether as it isn't used.