Example #1
0
 public void undo()
 {
     Color32[] undoColors = undoRedoBuffer.getForUndo();
     if (undoColors != null)
     {
         applyColors(undoColors);
     }
 }