[Feature Request] "Set Color Source Color" effect doesn't accept the new $obsColorValue[green]
vastlecania via Discord:
It says it accepts Vars, but doesn't accept that var or any others as far as I could tell. It always throws an error about the input having to be a valid hex color.
https://github.com/crowbartools/Firebot/blob/master/src/backend/integrations/builtin/obs/effects/set-obs-color-source-color.ts
I feel like removing the Else If on line 64 here would fix this, but I have no idea how to actually do this myself.
And upon reflection, I would consider this a bug since there's no way to pass $obsColorValue[] to OBS with this not working
Alternatively, if a $var is detected, could it be made to check that variable before validating it?
This variable is intended to be used in the Send Raw OBS WebSocket Request effect. The change color effect validates the value to check if there is a color value before evaluation of the variable. resulting in the current working as intended behavior. if you want to use the variable use the Send Raw OBS WebSocket Request effect, the bug here is that the vars button is shown. but zunderscore may change the behavior. we will have to wait and see.