[EMAIL PROTECTED] wrote:
> 
> Therefore,
> it would make it difficult to implement if the REBOL scripter said something
> like text="red" print "Hello" as REBOL won't know which color is (or if any are)
> mapped to red.
> 

Why not let the color mapping be down a path from the 'system object?

   system/display/whatever/colormap/red: 255.0.0

etc.

so that on a "monochrome" system the default is to map to the nearest of
255.255.255 or 0.0.0, with the ability to override the defaults?

-jn-

Reply via email to