Hello, I've noticed what seems to be a bug using copy on any surface or PImage. It seems that when using copy() I'll always loose one R, G and B value.
In other words, 255 will be 254 in the copy, 254 will become 253 and so on.
This is causing me a lot of headache and problem using processing to process changes in images and sampling by colors exactly. Is this somehow logical and intended, please give me a quick run-down on why that is!