Icon-Compositor 0.0
Constant
There are many of ways to specify constant values.
File Names
You can state file names directly into a script file or on ethe
comand line, so long are they only contain letters, digits,
hyphen (-), underscore (_), slash (/),
and dot (.). For file names with any other characters
(e.g. spaces), use the file
function.
Strings
Strings follow the usual C conventions.
Numbers
Numbers follow the usual C conventions for decimal, octal,
hexadecimal, and floating point.
Colors
You can give color names directly. The color names are taken
from the /usr/lib/X11/rgb.txt file — with the non-
identifier characters replaced with underscore (_).
Some examples of colors include: black, blue, cyan, green,
maganta, red, white, and yellow.