Can I call Color Picker(like when pusing the button “Color:Main Color”)?
I would like to achive something like this:
//ZBRUSH MACRO - Recorded in ZBrush version 2022
[IButton,???,"Pick color and set the PF color",
[IShowActions,0]
[IConfig,2022]
[VarSet, picked_Color, 0]
["Function which can call color picker, does it exist?", picked_Color]
[ISet,Preferences:Draw:Pf Color, picked_Color]
]