Add color property for item level

Hi
It is possible to change the color of a panel : Inspector.Panels[i].Color

but it is impossible to do whit a specific item; so add this new property could be useful in some case.
Inspector.Panels[i].Items[J].Color := xxx;
regards

This feature was implemented.