From: Erlend Aasland Date: Mon, 22 Oct 2007 14:17:09 +0000 (+0200) Subject: Add rgb-color macro. X-Git-Tag: release/2.11.35-1~83^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=215289564f36d4695f4df335f3dbe632df4c5246;p=lilypond.git Add rgb-color macro. --- diff --git a/scm/output-lib.scm b/scm/output-lib.scm index 745c231c48..bd429911f9 100644 --- a/scm/output-lib.scm +++ b/scm/output-lib.scm @@ -293,6 +293,7 @@ centered, X==1 is at the right, X == -1 is at the left." ;; Color (define-public color? list?) +(define-public (rgb-color r g b) (list r g b)) ; predefined colors (define-public black '(0.0 0.0 0.0))