On 12/12/2017 at 02:22, xxxxxxxx wrote:
User Information:
Cinema 4D Version:
Platform:
Language(s) : PYTHON ;
---------
data = c4d.gui.GeDialog().GetColorRGB(c4d.COLOR_TEXT)
print data
data = c4d.gui.GeDialog().GetColorRGB(c4d.COLOR_TEXTFOCUS)
print data
The first one work, the second one return None