Tree Component AS3 background color?

Hi I am deserate :grin: to figure out how to change the background color of a Tree component

I can change the font like below:

var myTextFormat:TextFormat = new TextFormat();
myTextFormat.font = “Comic Sans MS”;
mytree.setRendererStyle(“textFormat”, myTextFormat);

How can I change the background color???