static RGBImage shootTopRightCorner(int w, int h) {
  ret shootScreen(new Rectangle(screenSize().width-w, 0, w, h));
}