playMaker

Author Topic: Color32 variable?  (Read 1104 times)

Arnoob

  • Junior Playmaker
  • **
  • Posts: 63
Color32 variable?
« on: November 04, 2016, 08:15:07 PM »
Hello everybody!

I am currently in the process of making some custom actions.
The action I'm working on right now permits to set the colors of the ambient lights if you use the "gradient" lighting.
I've been able to create the actions, however I can only set a standard color (0-255). It would be useful to me to be able to set a color32 (with a wider range) to each of the proprieties.

How can I access a color32 variable in playmaker?