I'm new to the package and python, which means I'm struggling a bit. When trying the parameter_tree.py, the color button that is a child parameter does not specify a valid color. When launched, the icon on the r.h.s of the parameter value indicates it's a changed value. What is the valid syntax for applying a number? When using the color-picker, it generates a color object not a number.
examples:
{ 'name' : 'Coplor', 'type' : 'color', 'value' : "FF0", },
child.setValue( format??? )
"FF0", "0xFF0", "#332211", etc. do not seem to be the correct format
Any ideas?
Thank you in advance.
Cheers,
J -