All changes made to the Color object are done inside a temporary structure. This copies the changes made inside this temporary structure to the master structure, essentially saving your changes, making them permanent.
Visual Basic |
---|
Public Sub SaveChanges() |