Changes

Jump to: navigation, search

User:Dhhodgin

217 bytes added, 18:09, 13 December 2009
copy()
0.3 - wip: blendColor(), blend(), copy()
=== copy() ===
coming soon p.copy = function copy(src, sx, sy, sw, sh, dx, dy, dw, dh) { if(arguments.length==8){ p.copy(this, src, sx, sy, sw, sh, dx, dy, dw); } p.blend(src, sx, sy, sw, sh, dx, dy, dw, dh, p.REPLACE); }; 
=== blend() ===
coming soon
1
edit

Navigation menu