You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to remove a certain color from the image after applying some filter. Is is possible to do pixel manipulation? canvas.getPixelArray() gives me all the pixels but I can't modify and reapply them to the canvas.
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to remove a certain color from the image after applying some filter. Is is possible to do pixel manipulation?
canvas.getPixelArray()
gives me all the pixels but I can't modify and reapply them to the canvas.The text was updated successfully, but these errors were encountered: