Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 631 Bytes

File metadata and controls

15 lines (10 loc) · 631 Bytes

buffer_getpixel

Links: forum topic · the script

This is a re-creation of Misu's 2017 scripts.

Same API, but you can now pass a buffer to use into the _begin function and you no longer have to pass width/height into getter functions because they get written into the buffer.

Disclosure: I have never used the original scripts but I'm fairly sure that they were using the same buffer_get_surface approach.