Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. ImageData getImageData(
  2. in double sx,
  3. in double sy,
  4. in double sw,
  5. in double sh
  6. );
  7.  
  8. void getImageData(in double sx, in double sy, in double sw, in double sh, out UInt8ClampedArray data);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement