How can I set bg_color in styleboxflat?
I tried many variables of that - here one of this -
get_node("belarusbutton").set_bg_color(Color("#bada55"))
or that
get_node("belarusbutton").set("custom_styles/normal.bg_color", Color(1,0,0,1))
"belarusbutton" is my button
I don't get how it's need to be?