Returns colors and color aliases containing a given string.
color
apropos-color-names substring => list
substring⇩ |
A string. |
list |
A list of symbols. |
The function apropos-color-names
returns a list of symbols whose symbol-names contain substring and which are present in the color-database defining color aliases. By convention these are in the keyword package.
COLOR-4> (color:apropos-color-names "RED") (:ORANGERED3 :ORANGERED1 :INDIANRED3 :INDIANRED1 :PALEVIOLETRED :RED :INDIANRED :INDIANRED2 :INDIANRED4 :ORANGERED :MEDIUMVIOLETRED :VIOLETRED :ORANGERED2 :ORANGERED4 :RED1 :RED2 :RED3 :RED4 :PALEVIOLETRED1 :PALEVIOLETRED2 :PALEVIOLETRED3 :PALEVIOLETRED4 :VIOLETRED3 :VIOLETRED1 :VIOLETRED2 :VIOLETRED4)
apropos-color-alias-names
apropos-color-spec-names
get-all-color-names
15 The Color System
CAPI User Guide and Reference Manual (Unix version) - 01 Dec 2021 19:33:10