Closed G-e-n-e-v-e-n-s-i-S closed 2 months ago
As with masked_blend and linear_blend, the combine_blend was not blending the alpha channel.
masked_blend
linear_blend
combine_blend
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.
As with
masked_blend
andlinear_blend
, thecombine_blend
was not blending the alpha channel.