I'm trying to set a Label's (called StatusInput) custom font outline color. I am getting this error message: Invalid set index 'font_outline_modulate' (on base: 'Label') with value of type Color
And this is the code:
get_node("StatusInput").font_outline_modulate = Color(213, 55, 29, 255)
Thank you in advance for help