I am surprised to find no way to get the pixel colour of either the canvas or a sprite?
Am i missing something or is this really the case?
Thanks
We can't draw to the canvas so why would we need to get a color?
Btw some third party plugs have this option, relatively speaking.
Ok, maybe i don't fully understand that, if its not drawing to the canvas where are sprites ETC being drawn too?
Either way, I just want to get the pixel color at X, Y from my project??
Develop games in your browser. Powerful, performant & highly capable.
The engine doesn't provide for that functionality as it takes a tick to read from the gpu making it a virtually useless process as the value could different in the tick you receive it.
You have to find a better way to detect whatever it is you are looking for.