ROOT.gHistImagePalette?

Hello,

is it possible to access the gHistImagePalette object in PyROOT?

Traceback (most recent call last): File "python/convert_images.py", line 45, in <module> palette = ROOT.gHistImagePalette File "/usr/lib/root/ROOT.py", line 436, in __getattr2 attr = _root.LookupRootEntity( name ) AttributeError: gHistImagePalette

Found it: ROOT.TAttImage.gHistImagePalette