I have 10 of the same object on the layout with different instance variable.
I want to assign different color to objects with different instance variable. At the same time, I want objects with similar instance variable to have the same color. It's easy to assign the ones with highest/lowest since it's straight forward. How do I do that to the ones in the middle?