Hi i try to get the Yellow marked "x y" changed, that it comes out like in the Blue Circle.
So that x gets 0 and y gets 1
Thx in advance.

Hi i try to get the Yellow marked "x y" changed, that it comes out like in the Blue Circle.
So that x gets 0 and y gets 1
Thx in advance.

function node...
msg.payload = [msg.payload.xy_color.x, msg.payload.xy_color.y];
return msg;
Just as simple with a change node too