Guest User

Untitled

a guest
Apr 8th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. public function getShade(x:int,y:int):uint
  2. {
  3.      return framePixels.getPixel32(x,y) >> 16 & 0xFF;
  4. }
Add Comment
Please, Sign In to add comment