aboutsummaryrefslogtreecommitdiffstats
path: root/colornam.txi
diff options
context:
space:
mode:
Diffstat (limited to 'colornam.txi')
-rw-r--r--colornam.txi6
1 files changed, 6 insertions, 0 deletions
diff --git a/colornam.txi b/colornam.txi
index f72167b..bc70632 100644
--- a/colornam.txi
+++ b/colornam.txi
@@ -12,6 +12,7 @@ through the @code{grey} procedure:
Returns @code{(inexact->exact (round (* k 2.55)))}, the X11 color
grey@i{<k>}.
@end defun
+
@noindent
A color dictionary is a database table relating @dfn{canonical}
@cindex canonical
@@ -28,6 +29,7 @@ Returns a downcased copy of the string or symbol @var{name} with
@samp{_}, @samp{-}, and whitespace removed.
@end defun
+
@defun color-name->color name table1 table2 @dots{}
@@ -36,6 +38,7 @@ canonical form of @var{name} in @var{table1}, @var{table2}, @dots{} in order; re
color-string of the first matching record; #f otherwise.
@end defun
+
@defun color-dictionaries->lookup table1 table2 @dots{}
@@ -45,6 +48,7 @@ in @var{table1}, @var{table2}, @dots{}; returning the color-string of the first
record; and #f otherwise.
@end defun
+
@defun color-dictionary name rdb base-table-type
@@ -61,6 +65,7 @@ database file; and the symbol @var{name} a table therein. @code{color-dictionar
read-only table @var{name} in database @var{name} if it exists; #f otherwise.
@end defun
+
@defun load-color-dictionary name rdb base-table-type
@@ -73,3 +78,4 @@ to a lookup procedure for the color dictionary @var{name} in @var{rdb}.
The value returned by @code{load-color-dictionary} is unspecified.
@end defun
+