Why does actor color not change?

SmclannSmclann Member Posts: 3
edited February 2019 in Working with GS (Mac)

I change my actor a color using the change attribute behaviour for each color option and it always white?
for example. I use the values 190, 100, 250. It should be purple, but it's white. I only have three change behaviours in the actor.
How do I make it purple, or any other color?
thanks,

Comments

  • Two.ETwo.E Member Posts: 599

    HI,

    You need to use the expression editor. And divide each number by 255. Since each of the RGB values are represented from 0 -1. Anything over 1 is going to be white.

    Best,
    Two.E

Sign In or Register to comment.