Histogram title and gStyle

Hi again,
can I change the backgroundcolor of a histogram title globally (with something like gStyle)
I tried:

gStyle->SetTitleColor(kWhite);

as

gStyle->SetStatColor(kWhite);

changes the background color of the statistics box, but SetTitleColor does not affect the title box of a histogram (actually, it doesn’t seem to have any effect).

Cheers, J.

try this:
gStyle->SetTitleFillColor(10);

regards,
jimmij