Set color in online experiments

@Omidrezaa, try:

newCol = new util.Color([100, 10, 1], util.Color.COLOR_SPACE.RGB255);
my_txt.color = newCol;
2 Likes