[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: colors in MCL



At  1:21 AM 6/21/94 +0000, Aseem Das wrote:
 >Hi,
 >
 >I just started using MCL and it seems i can only set the colors of
 >various dialog items to "main" colors - red, blue, green, yellow,
 >cyan, magenta, black and white.  Any other color is transformed to one
 >of the above colors.  What am i doing wrong???  Thanks for any help.
 >
 >aseem@ptolemy.arc.nasa.gov

When you create a window, use :COLOR-P T, for example

(make-instance 'window :color-p t)