There's also the CCK colorpicker (<a href="http://drupal.org/project/colorpicker">http://drupal.org/project/colorpicker</a>) although it has been in various states of brokenness since the 6.x release. I'm not sure of its current status.<br>
<br><div class="gmail_quote">On Thu, Jul 30, 2009 at 6:01 PM, Jamie Holly <span dir="ltr"><<a href="mailto:hovercrafter@earthlink.net">hovercrafter@earthlink.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im"><br>
Luke wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I am aware of how to implement attributes and options.<br>
<br>
I need to enable the user to choose between a list of around a hundred color options for a particular product.<br>
They need to be able to see an actual approximation of each of those colors.<br>
<br>
The former site did this with a table. The background of a cell was styled to the desired color, and the link to the product was given a 25X25PX transparent image, to allow the background to be viewed.<br>
That is not only browser dependent (among other things), it would be difficult to do, unless I create a view for each product, and even then it may not be enough.<br>
<br>
So I thought I could find a way to generate actual color pictures to use with the UC option images module.<br>
<br>
However, I've not any idea how to generate those color pictures.<br>
<br>
Luke<br>
<br>
<br>
</blockquote></div>
Making the images with PHP/GD wouldn't be complicated. Just look through and array of the colors you want, create the block then output it with the color's hex value as the filename. If not that then you would need some graphics program that has scripting in it, like newer versions of Paint Shop Pro.<br>
<br>
Of course a better solution might be to use something like the Jquery Color Picker to have them select the color:<br>
<br>
<a href="http://www.eyecon.ro/colorpicker/" target="_blank">http://www.eyecon.ro/colorpicker/</a><br><font color="#888888">
<br>
Jamie Holly<br>
<a href="http://www.intoxination.net" target="_blank">http://www.intoxination.net</a> <a href="http://www.hollyit.net" target="_blank">http://www.hollyit.net</a></font><div><div></div><div class="h5"><br>
<br>
<br>
--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
</div></div></blockquote></div><br>