lilypond-devel
[Top][All Lists]
Advanced

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

Re: rfc: basic color support


From: Erlend Aasland
Subject: Re: rfc: basic color support
Date: Fri, 18 Feb 2005 01:04:56 +0100

On Thu, 17 Feb 2005 23:45:17 +0100, Han-Wen Nienhuys <address@hidden> wrote:
> BTW, I would propose to use a function to abstract the color format
> for now, ie
> 
>  (define color? list?)
>  (define (rgb r g b) (list r g b))
I agree. Just a thought: would it be a good idea to only allow just a
predefined set of colors: b/w, red, green, blue, cyan, magenta etc...
Users wouldn't notice if we changed the internal representation of
colors.

(define red '(1.0 0.0 0.0)) (define blue .... etc...

> 
> --
> 
>  Han-Wen Nienhuys   |   address@hidden   |   http://www.xs4all.nl/~hanwen
> 
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]