Browser based Color Picker

free scripts, plugins, models, textures
Post Reply
User avatar
clintonman
Captain
Posts: 5430
Joined: 21 May 2009, 21:08
Type the number ten into the box: 0
Location: California
Contact:

Browser based Color Picker

Post by clintonman »

webColorPicker.jpg
Script/Plugin for workspace that uses a web page to act as a color picker. The advantage over the standard color picker is that you can interactively change a color. My main goal was to try to use web technologies to produce UI panels for truespace. It mostly works. The color picker and the ui elements fight for control of the web document and that creates some problems that require user action instead of being automatic. It does not work well with Internet Explorer so Firefox or Chrome must be used. The only real downer is that the truespace built in web browser can't handle it either.

http://www.clintons3d.com/plugins/trues ... icker.html" onclick="window.open(this.href);return false;


youtube demo starts with installation then shows how it works:

https://www.youtube.com/watch?v=OC3Xx6a0_AU" onclick="window.open(this.href);return false;
Clinton Reese

http://clintons3d.com
User avatar
Draise
Captain
Posts: 3198
Joined: 21 Sep 2009, 19:33
Type the number ten into the box: 0
Location: Bogota, Colombia
Contact:

Re: Browser based Color Picker

Post by Draise »

This is.. impressive. I like your image color picker too, very nice.
User avatar
clintonman
Captain
Posts: 5430
Joined: 21 May 2009, 21:08
Type the number ten into the box: 0
Location: California
Contact:

Re: Browser based Color Picker

Post by clintonman »

Update/Repost:

Sept 8 changes:

improved performance, spends less time in the web server code and the jscript loop uses proper pause nodes
don't have to press enter to update
number inputs have spinner controls
Clinton Reese

http://clintons3d.com
Post Reply