Skip to content

Instantly share code, notes, and snippets.

@juliandescottes
Created September 25, 2016 22:22
Show Gist options
  • Save juliandescottes/d36d396ec163f4d9dd4bef9e37def2fd to your computer and use it in GitHub Desktop.
Save juliandescottes/d36d396ec163f4d9dd4bef9e37def2fd to your computer and use it in GitHub Desktop.
getCol for dszabo perf PR
var getCol = (x, y) => {
return pskl.utils.intToColor(pskl.app.piskelController.getLayerAt(0).frames[0].getPixel(x, y));
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment