where to find the code of methods like loadPixels() and updatePixels() ?

edited December 2014 in General Discussion

Hey Guys,

I'm quite new in Programming. English is not my native language (and programming-language neither :P), but I will try to explain my question the best I can.

My main-question is: Where can I find the code of the methods loadPixels() and updatePixels()? I searched for the source code at GitHub but those two methods were not written there.

I want to write a program where many different pictures can be stored and drawn again; loadPixels und updatePixels store an image in an array called pixels[]. I want to modify those two methods, so I can store pictures in more than one array.

I would be glad if you guys can help me :)

xzap

Answers

Sign In or Register to comment.