static RGBImage rgbRow(RGBImage img, int y) { ret img.clip(0, y, img.w(), 1); }