#Dynamic Color?
1 messages · Page 1 of 1 (latest)
after some riset, the answer is no 
If i understood you correctly, it is possible
I had provided an answer for this before somewhere here
really 🥹
"property_bag": {
"#color_0": [0, 0, 0, 1],
"#color_1": [1, 1, 1, 1]
},
"bindings": [
{
"binding_type": "view",
"source_property_name": "('#color_' + (#score < 100) * 1)",
"target_property_name": "#color"
}
]
you have to use your own bindings here
Soo this is based on scoreboard value??
kind of but it's incomplete. just to show how it works
Alright 
My fried brain say, like incomplete logic for some reason 
