Added Canvas:getPixel(x, y). (pull request #17)

This commit is contained in:
rude
2012-10-17 21:33:10 -04:00
parent 4e2c424cd1
commit ba4cf6204d
4 changed files with 37 additions and 0 deletions
@@ -36,6 +36,7 @@ namespace opengl
Canvas *luax_checkcanvas(lua_State *L, int idx);
int w_Canvas_renderTo(lua_State *L);
int w_Canvas_getImageData(lua_State *L);
int w_Canvas_getPixel(lua_State * L);
int w_Canvas_setFilter(lua_State *L);
int w_Canvas_getFilter(lua_State *L);
int w_Canvas_setWrap(lua_State *L);