Inserts a single object at the specified location in a collection.
- color
- Object to insert into the collection.
- index
- 0-based index for new object in the collection.
All existing collection objects after the specified index are moved to one higher index.