Pixel manipulation functions #30
Labels
enhancement
New feature or request
major work
This represents a major investment of time and energy
research
There is a need to do research (preferably experimental) to determine how to solve this problem
It's entirely possible to do pixel manipulation and retrieval with pygame surfaces. We need an easy-to-use api for this. Something vaguely like this:
There's a lot of questions here about the best interface, but my thought is that you should be able to assign either strings or color-tuples to specific indices, replace entire rows with a list of the same, generally treat them like a 2-d list of tuples. Then there should also be a way to turn one of those back into an image.
The text was updated successfully, but these errors were encountered: