On 13/05/2015 at 17:21, xxxxxxxx wrote:
I'm trying to match my GeUserArea color to the current interface color.
I've tried:
color = c4d.GeGetGray()
self.background_color = Vector(color['x'] / 255.0, color['y'] / 255.0, color['z'] / 255.0)
and
colid = c4d.VIEWCOLOR_C4DBACKGROUND
self.background_color = c4d.GetViewColor(colid)
...but neither one matches.
How do you get it?
Thanks,
Chris