Fri May 09, 2025 11:38 pm
I have a background with a user control called T1_Hit_State. it is a slider with 3 states 1, 2, and 3.
I would like the following colors in each state
1 - Red 2 - White 3 - Green
I want to use the color input and not the individual colors. so basically for Red {1,0,0] for White [1,1,1] and Green [0,0,1]
but for the life of me i can figure out the syntax.
I tried right clicking on Type and selecting Expression, but no matter what I type in, my background is invisible.
even the basic syntax to make the color 1,0,0 make the background invisible. what am i doing wrong?