On Jul 3, 2004, at 10:50 PM, MisterX wrote:

That's interesting! Here's what i wrote up some time ago

-- LUT = lookupTable
local rclut,rgblut
on generateLUTs
put the colornames into colorslist
repeat for each line c in colorslist
  set the backcolor of btn 1 to c
  get the backcolor of btn 1
  put it into clut[c]
  put c&tab&it & cr after rgblut
end repeat

Arg!

I thought about that, and ran a quick test, but got the color name again. I must have done something wrong.

Dar

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to