Tagged Questions
4
votes
4answers
223 views
Varying Colors in Processing
I've been working on porting some of my Processing code over to regular Java in NetBeans. So far so well, most everything works great, except for when I go to use non-grayscale colors.
I have a ...
1
vote
1answer
41 views
Image Spiral Pixel Search
I'm trying to figure out how to do a pixel (color) search from the center and out, in a spiral shape.. Not like the normal "left to right pixel search".
So far i've made some simple x-y searches. ...