Switch to edit mode.
Name(s): rgb2html1: "Copied from Colour Utilities (#700):rgb_HTML by Slacker (#55) May 2 12:54:29 2005" 2: {r, g, b} = args 3: return "#" + $string_utils:tohex(encode_binary(toint(r * 255.0), toint(g * 255.0), toint(b * 255.0)), "") 4: "Last modified by manta (#7165) on Thu Sep 10 23:49:46 1998 EDT." 5: "This verb previously owned by manta (#7165), and chowned to $slacker upon dewizarding (Sat Aug 17 14:50:06 2002 MDT)." 6: "Last modified by Dax (#789) on Mon May 2 12:54:29 2005 MDT."