How do I grab the .x or .y for a specific color signature?
the pixy.blocks[i].x I’m assuming it is in an array i but how do I know which is which?
Thanks!
How do I grab the .x or .y for a specific color signature?
the pixy.blocks[i].x I’m assuming it is in an array i but how do I know which is which?
Thanks!
Ha this was really easy I guess I was just overthinking it.
pixy.blocks[0] is signature 1
pixy.blocks[1] is signature 2
Nice! Glad you got it figured out