This commit is contained in:
OverloadedOrama 2019-10-29 23:25:00 +02:00
commit 513637605c
9 changed files with 13 additions and 14 deletions

View file

@ -251,4 +251,4 @@ func blend_image_with_color(image : Image, color : Color, interpolate_factor : f
blended_image.set_pixel(xx, yy, new_color)
else: #If color is transparent - if it's the eraser
blended_image.set_pixel(xx, yy, Color(0, 0, 0, 0))
return blended_image
return blended_image