Interface Colors

On 10/01/2016 at 19:01, xxxxxxxx wrote:

Is it possible to access the Interface Colors list from within python?
In C++ there is GetGuiWorldColor() but is there anything similar in python?

On 11/01/2016 at 06:46, xxxxxxxx wrote:

Hi Rui,

To access the interface colors with the Python API you have to use GeUserArea/GeDialog GetColorRGB() functions.

On 11/01/2016 at 07:40, xxxxxxxx wrote:

Thank you so much, Yannick