Color Picker / Chooser
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Color Picker / Chooser
Is there such a thing as a color picker /chooser in Rev or do we have to create our own?
Re: Color Picker / Chooser
Hi xfratboy,
for me a simple
does the job reliably and crossplatform
Best
Klaus
for me a simple
Code: Select all
on mouseup
answer color
if it <> empty then
## set any color you want to IT
end if
end mouseup

Best
Klaus
Re: Color Picker / Chooser
That is just plain perfect! Thanks!