Change From Background Color

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By keito940
:warning: Old Version Published before Godot 3 was released.

Hi.
I’m Create To BreakOut.
I am planning to change the color using Godot, but how can I change only a specific color (especially the background color) of an image to make it transparent?

:bust_in_silhouette: Reply From: LainVohnDyrec

Every Image/Sprite/Canvas Node has its own Modulation which you
can set their Colors manually as well as alpha

you can also do this in code

But the color of the whole image will change.

keito940 | 2017-09-11 10:21