You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the RGB mode to get three values. The values do not represent colors, they actually represent a directed vector, I want to use the widget for Pan/Tilt/Zoom.
Is there a way to disable the part that draw the colors on the screen?
Thanks,
Terry
The text was updated successfully, but these errors were encountered:
The colors are drawn by redrawSliders() function. To disable it, you could insert this code after jquery.wheelcolorpicker.js script which overrides the function to do nothing.
I am using the RGB mode to get three values. The values do not represent colors, they actually represent a directed vector, I want to use the widget for Pan/Tilt/Zoom.
Is there a way to disable the part that draw the colors on the screen?
Thanks,
Terry
The text was updated successfully, but these errors were encountered: