Page 1 of 1

Jump to Color Buttons?

PostPosted: Wed Sep 24, 2014 2:44 am
by cmalmquist
Hi, I am wondering if there is the possibility of some preset color buttons to add to widget to affect different layers?

I am looking to add say a red, a green, and a blue option of color adjustment buttons. This is probably simple, I just can't seem to figure it out.

Thanks for any help!

Re: Jump to Color Buttons?

PostPosted: Wed Sep 24, 2014 9:59 am
by Dennis Kuypers
Hey,

I don't quite get what you are asking for. Can you rephrase your question or maybe give an example?

Regards
Dennis

Re: Jump to Color Buttons?

PostPosted: Wed Sep 24, 2014 4:42 pm
by malkuth23
effect name, followed by a pipe '|', then the attribute

DeviceSetParam,2,1,Color Only|Mix,255
DeviceSetParam,2,1,Color Only|Red,255
DeviceSetParam,2,1,Color Only|Green,0
DeviceSetParam,2,1,Color Only|Blue,0

Re: Jump to Color Buttons?

PostPosted: Thu Sep 25, 2014 8:42 pm
by cmalmquist
Thank you malkuth23, this is exactly what I was looking for.

I am trying to use the same idea with the Alpha Flash FX on a layer as a toggle. I have set it up like this example and the "mix" is responding but the speed does not. Any ideas here?

Thank you for being helpful!!

Re: Jump to Color Buttons?

PostPosted: Fri Sep 26, 2014 1:21 am
by malkuth23
The names of the Parameters are case sensitive and must be spelled exactly how they are written in PB.

I have not tried to control that specific effect though. It is always possible there is an issue.

Re: Jump to Color Buttons?

PostPosted: Fri Sep 26, 2014 8:17 am
by Martina Protze
Hi there
I guess that's the effect you are looking for
DeviceSetParam,2,2,Alpha Flash|Mix,255
All small / big letters and all spaces must be the same as in Pandoras Box
By the way, effects like the color only might look better when the parameter smoothing for effects is set to 0. Select the Site (Player / Server) and look in its Inspector, there is a number field under "FX".
http://www.coolux.de/root/downloads/sup ... pector.htm

@Matt. Alt + 0124

Best regards,

Re: Jump to Color Buttons?

PostPosted: Fri Sep 26, 2014 12:01 pm
by Dennis Kuypers
Hello,

Have a look at this post: viewtopic.php?f=80&t=1753&p=7764#p7764

Regards
Dennis

Re: Jump to Color Buttons?

PostPosted: Thu Oct 09, 2014 5:10 pm
by cmalmquist
Thank you for all of the help. I didn't have the name correct for the speed - but the linked post to a similar issue was helpful.

Again, thank you for taking the time to help me out. I appreciate it.