Skip to main content
Known Participant
July 18, 2023
Question

Is there a way to call color picker through script without creating a temp null?

  • July 18, 2023
  • 1 reply
  • 345 views

I saw a script doing this so I tried searching for a method for it but it includes creating a temp null I want to know if there is a way to call the color picker through the script without creating a temp null.

You can check this video to see the script calling the color picker.
https://youtu.be/L1D_R83Slh4?t=184

This topic has been closed for replies.

1 reply

Dan Ebberts
Community Expert
Community Expert
July 18, 2023

You could always just call the system color picker with:

var myColor = $.colorPicker(-1);

phoenixixAuthor
Known Participant
July 18, 2023

is there a way to call out color picker of the type shown in the video?

Dan Ebberts
Community Expert
Community Expert
July 18, 2023

Not that I know of.