From 215289564f36d4695f4df335f3dbe632df4c5246 Mon Sep 17 00:00:00 2001 From: Erlend Aasland Date: Mon, 22 Oct 2007 16:17:09 +0200 Subject: [PATCH] Add rgb-color macro. --- scm/output-lib.scm | 1 + 1 file changed, 1 insertion(+) 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)) -- 2.39.5