ebiten
ebiten copied to clipboard
ebiten: add `ReadPixels` to `Image`
This gets pixels and is more efficient than At
.
Or ReadPixels
?
Or ReadPixels?
I like ReadPixels
!
Still with a ReadPixels(pixels []byte) []byte
prototype?
No, this will be ReadPixels([]byte)
I think I'll rename ReplacePixels
to WritePixels
for consistency.