Changing an actor's Hue
Is it possible to take an actor, with lets say a green balloon image in it, and animate its hue?
What I'm trying to do is have the image shift between colours and loop in a way easier than importing 360 pictures with each a +1 hue.
If you know an easier way; I would love to hear it! Thanks!!
What I'm trying to do is have the image shift between colours and loop in a way easier than importing 360 pictures with each a +1 hue.
If you know an easier way; I would love to hear it! Thanks!!
Best Answer
-
dominic.koponen Posts: 22
Actually, you may just be able Interpolate to one different hue over a longer period of time and the differentiation of changing hues will result in a bunch of different colors. So you would not have to do it more than once.
The Resulting Behavior:
Interpolate 10 seconds > Self > Color > R
Interpolate 10 seconds > Self > Color > G
Interpolate 10 seconds > Self > Color > B
This should make it so you don't have to do it multiple times.
Answers
You will have to set a timer or some sort of trigger action each time you want it to change to another color. So you would have "After 3 Seconds" > Interpolate > Etc. Repeat.
Hope this helps