Color different zones

whiteg

Well-Known Member
I would like create color filters different zone in universe (slider or button), but I can't how.
For example, the filter (fader or button) is on, the frame (laser) color in zone1 only green, zone2 only yellow, zone3 only blue...etc.
I think, should be the slider is better choices than button, because if I want change the different "zone filters colours".

Unfortunately I can't write good pangoscript, I'm not a programmer. :(

Thank you the help,
 
Last edited:
I would like create color filters different zone in universe (slider or button), but I can't how.
For example, the filter (fader or button) is on, the frame (laser) color in zone1 only green, zone2 only yellow, zone3 only blue...etc.
I think, should be the slider is better choices than button, because if I want change the different "zone filters colours".

Unfortunately I can't write good pangoscript, I'm not a programmer. :(

Thank you the help,

For slider:

MainGraphics.ColorSlider=ExtValue(0,255) //MainGraphics - Name Zone, ExtValue(0,255) - Value slider
//Scanner2Main.ColorSlider=ExtValue(0,255) // for two zones...
FocusZone 5// zone index, 1..N. //5 - index zone "MainGraphics" (in my case)/(LC-CZ-Color recoloring visible)

Best regards
 
Last edited:
For slider:

MainGraphics.ColorSlider=ExtValue(0,255) //MainGraphics - Name Zone, ExtValue(0,255) - Value slider
//Scanner2Main.ColorSlider=ExtValue(0,255) // for two zones...
FocusZone 5// zone index, 1..N. //5 - index zone "MainGraphics" (in my case)/(LC-CZ-Color recoloring visible)

Best regards

Great! Thank you :) I tried, but not work and I no understand why.
However, good idea the zones color timeshift fader.
 
Last edited:
Back
Top