lilypond-devel
[Top][All Lists]
Advanced

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

Re: Appendix C.4: list of colors


From: Bernard Hurley
Subject: Re: Appendix C.4: list of colors
Date: Tue, 26 Apr 2005 07:06:12 +0100

On Mon, 2005-04-25 at 22:32 -0700, Graham Percival wrote:

They are defined at the end of scm/output-lib.scm:

(define-public black       '(0.0 0.0 0.0))
(define-public white       '(1.0 1.0 1.0))
(define-public red         '(1.0 0.0 0.0))
(define-public green       '(0.0 1.0 0.0))
(define-public blue        '(0.0 0.0 1.0))
(define-public cyan        '(1.0 1.0 0.0))
(define-public magenta     '(1.0 0.0 1.0))
(define-public yellow      '(0.0 1.0 1.0))

(define-public grey        '(0.5 0.5 0.5))
(define-public darkred     '(0.5 0.0 0.0))
(define-public darkgreen   '(0.0 0.5 0.0))
(define-public darkblue    '(0.0 0.0 0.5))
(define-public darkcyan    '(0.5 0.5 0.0))
(define-public darkmagenta '(0.5 0.0 0.5))
(define-public darkyellow  '(0.0 0.5 0.5))

/Bernard

> Hi all, I'm back.
> 
> I added a small section for colors in Advanced notation.  I think we 
> should add an
> appendix which lists the available colors; both the normal color names 
> (red, blue,
> whatever) and the x11 colors.  Can the list of normal color names be 
> generated
> automatically?
> 
> Cheers,
> - Graham
> 
> 
> 
> _______________________________________________
> lilypond-devel mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-devel
> 
-- 
Bernard Hurley <address@hidden>




reply via email to

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