Please allow accessing Text.Color from expressions.
If I have 4 players, each player has a unique color, and the color is used all around the UI. Instead of storing each color in R,G,B variables, I can set the color in the Text, and then use TextN.Color (N=player number) to set the other UI colors of this player N.
Thank you.