im doing this:
slot.Q("slot").style.backgroundColor = new StyleColor( colorPalette[i] );
where “colorPalette” is a Color[ ]
if i do that it doesn’t work, no color is set… if i add “+ Color.black” it works…
slot.Q("slot").style.backgroundColor = new StyleColor( colorPalette[i] + Color.black );
any idea why?