Question
Expression to manipulate pixels in image
Is it possible to have an expression change pixel colors in an image. I'm looking for the kinda the inverse of sampleImage - I'd like to change a pixel color at a specific x/y coordinate at a specific time.
The size I'm working with is only 35x35 pixels - so I could probably have a matrix of solids that I change colors of, but I'm hoping it would be cleaner and faster to manipulate a base image.
