Re: Using COLORS with JADE

Subject: Re: Using COLORS with JADE
From: Paul Prescod <papresco@xxxxxxxxxxxxxxxx>
Date: Mon, 01 Sep 1997 09:45:23 -0400
Olivier ROUSSEAU wrote:
> 
>         Hello
> 
> Could someone give me a small example using the color objects in jade??

>From the teilite stylesheet:

(define *rgb-color-space*
  (color-space "ISO/IEC 10179:1996//Color-Space Family::Device RGB"))

(define *midnight-blue-color*
  (color *rgb-color-space* (/ 25 255) (/ 25 255) (/ 112 255)))
(define *grey*
  (color *rgb-color-space* (/ 2 255) (/ 2 255) (/ 2 255)))

(define (UNCLEAR-PHRASE)
  (make sequence
        font-weight: 'ultra-light
        color: *grey*
        font-posture: (PROCESS-RENDITION "posture")
        (process-children-trim)))

 Paul Prescod



 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread