(self, ips, snap, img, para=None)
| 106 | note = ['req_roi', 'all', 'auto_snap', 'not_channel'] |
| 107 | |
| 108 | def run(self, ips, snap, img, para=None): |
| 109 | img[ips.get_msk()] = ColorManager.get_front(snap.ndim==2) |
| 110 | |
| 111 | class Undo(Simple): |
| 112 | title = 'Undo' |