Hello to every body. i have this script
-------------------------------------//----------------------------------------
Rollout twocolor "complementary "
(
Group "complimentary color:"
(
colorpicker theColor_ct color:[0,0,255] modal:false across:2
colorpicker theColorb color:[255,156,0] modal:false
on theColor_ct changed new_colct do theColorb.color = new_colct
on theColorb changed new_colb do theColor_ct.color = new_colb
)
)
createDialog twocolor 280 50
-------------------------------------//----------------------------------------
I could connect the two color picker, but as you can see gives the same color, please how should be the code so when i select a color in "theColor_ct", the color in the "theColorb" it will be the complementary and backwards?
Thnaks for you time.😉
barigazy · 2013-05-01
le1setreter · 2013-04-13