jason213123 Posted December 14, 2011 Share Posted December 14, 2011 hi, how can i add a pantone like this http://img.pai.pt/mysite/rendermedia/42/45/2/192881b9-8e84-44ff-b109-bac29d7726de_LARGE.jpg ? thanks for your help Link to comment https://forums.phpfreaks.com/topic/253159-pantone-editor/ Share on other sites More sharing options...
Adam Posted December 14, 2011 Share Posted December 14, 2011 This looks like a decent little colour pick jQuery plug-in. Never used it myself though. Link to comment https://forums.phpfreaks.com/topic/253159-pantone-editor/#findComment-1297835 Share on other sites More sharing options...
Psycho Posted December 14, 2011 Share Posted December 14, 2011 Well, you can't get 'true' pantone colors on a monitor because colors on a monitor are created via the additive (RGB) color system whereas pantones are created via the subtractive (CMYK) color system. If you want pantone equivalents you would need to get the appropriate conversions. So, you would have to build a database of all teh colors you want to support. Here is one reference: http://goffgrafix.com/pantone-rgb-100.php Then you could use that to build a custom color pick if needed. Link to comment https://forums.phpfreaks.com/topic/253159-pantone-editor/#findComment-1297860 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.