All Manuals > CAPI User Guide and Reference Manual > 24 COLOR Reference Entries

NextPrevUpTopContentsIndex

get-all-color-names

Function
Summary

Returns a list of all color-names in the color database.

Package

color

Signature

get-all-color-names &optional sort => color-names

Arguments

sort

If t, sort list of color names alphanumerically. By default, this is nil.

Values

color-names

A list of all color names in the color database.

Description

Returns a list of all color-names in the color database. By convention these are symbols in the keyword package. The returned list is alphanumerically sorted on the symbol-names if the optional argument is non-nil.

See also

apropos-color-names
apropos-color-spec-names
apropos-color-alias-names
The Color System


CAPI User Guide and Reference Manual (Unix version) - 3 Aug 2017

NextPrevUpTopContentsIndex