haganbmj / MagicSetEditor2

Magic Set Editor is a program for designing trading cards
Other
21 stars 8 forks source link

Fix combine_blend alpha channel handling. #89

Closed G-e-n-e-v-e-n-s-i-S closed 2 months ago

G-e-n-e-v-e-n-s-i-S commented 2 months ago

As with masked_blend and linear_blend, the combine_blend was not blending the alpha channel.

G-e-n-e-v-e-n-s-i-S commented 2 months ago

Turns out, this is not the correct way of doing this, as it messes with a few existing blend modes.

I will write other functions to accomplish what I was trying here.

Closing this.