playMaker

Author Topic: Dynamic color change  (Read 1675 times)

Silver_Weave

  • Playmaker Newbie
  • *
  • Posts: 2
Dynamic color change
« on: October 01, 2015, 05:46:35 PM »
I am trying to figure out how to change the color of my texture at runtime. I know how to change the color of the texture but I would like to be able to slowly blend the colors over time. The idea being that if my character is standing in front of a red box his texture slowly changes to red, then if he walks in front of a blue box his color slowly changes to blue, but over the purple color spectrum. Same as if the character was standimg in front of a blue box, his color slowly changes to blue. Then if he steps in front of a yellow box his color slowly changes to yellow, but over the green color spectrum. Any help figuring this out would be greatly appreciated.

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7618
    • jinxtergames
Re: Dynamic color change
« Reply #1 on: October 02, 2015, 01:36:50 AM »
Hi,
you can use "Curve Color" or "Ease Color" for that

Silver_Weave

  • Playmaker Newbie
  • *
  • Posts: 2
Re: Dynamic color change
« Reply #2 on: October 02, 2015, 03:37:02 PM »
Thanks. I look into those.