You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For instance, open two filters in playback "Normal" + "Temporal Outlier Pixels". The default color is yellow and c=0xfffb00 is inserted into the filterchain. Change the color to green and then c=0xf900 is inserted which breaks the filterchain since the hex value is trimmed. The value needs to be left padded to maintain alignment, such as c=00f900 for green.