aqua | aqua | A color constant. |
black | black | A color constant. |
blue | blue | A color constant. |
blue1 | blue1 | A color constant. |
blue2 | blue2 | A color constant. |
blue3 | blue3 | A color constant. |
brown | brown | A color constant. |
dark-red | dark-red | A color constant. |
dark-yellow | dark-yellow | A color constant. |
fuchsia | fuchsia | A color constant. |
green | green | A color constant. |
green1 | green1 | A color constant. |
green2 | green2 | A color constant. |
grey | grey | A color constant. |
grey1 | grey1 | A color constant. |
grey2 | grey2 | A color constant. |
light-blue | light-blue | A color constant. |
lime | lime | A color constant. |
make-color | (make-color r g b) | Make and return the rgb-list representation of the color with r red, g green, and b blue. |
maroon | maroon | A color constant. |
navy | navy | A color constant. |
number-in-base | (number-in-base n base) | Return the decimal number n in base. |
olive | olive | A color constant. |
orange | orange | A color constant. |
purple | purple | A color constant. |
red | red | A color constant. |
rgb | (rgb r g b) | Return an 'Internet list' encoding the color (list r g b). |
rgb-color | (rgb-color r g b) | Returns the color encoding of (list r g b) given three numbers a parameters. |
rgb-color-list | (rgb-color-list color-triple-list) | Returns the color encoding of (list r g b) given a list of three color numbers as parameter. |
rgb-string | (rgb-string r g b) | Return an 'Internet' string encoding the color (list r g b). |
rgb-string-list | (rgb-string-list color-list) | A variant of rgb-string, in which the colors are passed in one list. |
silver | silver | A color constant. |
tetal | tetal | A color constant. |
white | white | A color constant. |
yellow | yellow | A color constant. |