NAME Graphics::ColorPicker : A perl module for WYSIWYG web applications that allow selection of HEX color numbers SYNOPSIS use Graphics::ColorPicker; or require Graphics::ColorPicker; make_page($path_to_images); send_page(\$html_txt,$type); $time_string = http_date($time); $name = script_name; $html_text=frames($use_js); $html_text = msie_frame; $html_text=picker($darkimg,$liteimg,$size,$bsize,greyimg); $html_text=cp216_ds($clrdot,$border,$square) $javascript_text = jslib; $html=make_buttons(\%look_n_feel,$url,$active,\@buttons,$xtra); $html_text=pluck($color); $html_text=hex_update($hex_color); DESCRIPTION This module generates a set of palettes to select a HEX or DECIMAL color number via a web browser. make_page() can be called by "javascript" from your web page and will set the HEX value in a variable in the calling page and scope.