Drawing shapes in pixel mode
in
Programming Questions
•
2 years ago
Hi,
Is it possible to draw shapes (rect, ellipse, etc) onto pixels after declaring loadPixels()? In the tutorials, I only see assigning colors to pixels one by one, e.g. pixels[5] = color c. But I'd like to be able to draw an ellipse onto my picture, then update pixels accordingly. Is this possible?
Gene
2