Next: , Previous: , Up: Colors   [Contents][Index]


49.3.1 Color Specifiers

Function: color-specifier-p object

This function returns non-nil if object is a color specifier.

Function: make-color-specifier spec-list

Return a new color specifier object with the given specification list. spec-list can be a list of specifications (each of which is a cons of a locale and a list of instantiators), a single instantiator, or a list of instantiators. See Specifiers, for a detailed description of how specifiers work.

Valid instantiators for color specifiers are:

Function: make-face-boolean-specifier spec-list

Return a new face-boolean specifier object with the given spec list. spec-list can be a list of specifications (each of which is a cons of a locale and a list of instantiators), a single instantiator, or a list of instantiators. See Specifiers, for a detailed description of how specifiers work.

Valid instantiators for face-boolean specifiers are


Next: , Previous: , Up: Colors   [Contents][Index]