html - Jquery Color Mixer Plugin -


i need color mixer in jquery in can mix 3 color % wise

example like:

finaloutput=green(20%)+yellow(40%)+ red(%40%) 

i need please me.

thanks

idea 1

if use rgb colors:

create function calculates colors. eg. red 100% = 255, green 100% = 255, blue 100% = 255. need distribution of 1% , 2.55 color.

for ui you, cool slider demo here (the first slider).

idea 2

if rather use developed colorpicker. eg. eyecon, spectrum.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -