So I made a frame that changed its original color (43,43,43) to black (0,0,0) but when it votes for its original color it stays the same color (10965,10965,10965) having putting (43,43,43).
This looks like a bug but I’ll show you the lines related to this to see if I really screwed up:
The orignal color: 
The lines that change the color of the frame to black: ![]()
The lines that return to the original color of the frame: ![]()
Final result:
Note: Debug Dictionary corresponds to the locations of the respective objects (which are written in another module script)
Is that a mistake?