OOF2: The Manual
Name
OOF.Image.Redo — Redo an Image modification.
Synopsis
OOF.Image.Redo(image)
Description
Each Image in a Microstructure has associated with it a buffer of
modified versions of the Image. When the Image is modified, the new version
is stored in the buffer. The Undo
command restores the next oldest version from the buffer, thereby
reverting to the next older version. The Redo
command, undoes the Undo, by
restoring the next newest Image from the buffer.


![[Note]](IMAGES/note.png)

