Next: Color Instances, Previous: Colors, Up: Colors [Contents][Index]
This function returns non-nil
if object is a color specifier.
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:
foreground
or background
(if omitted, defaults to the same
property that this color specifier is used for; if this specifier is not
part of a face, the instantiator would not be valid).
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
nil
, means to invert the
sense of the inherited property.
Next: Color Instances, Previous: Colors, Up: Colors [Contents][Index]