Lists the colors in the current color table.
# Metadata
Platforms: desktop, server OS: mac, windows, linux Introduced: 1.0 Security:
# Syntax
set the colorMap to colorsList
# Examples
set the colorMap to myMap
if the colorMap is fixed then usePhotoIcons
# Description
Use the colorMap property to specify what colors LiveCode uses to draw its windows when the bit depth of the screen is 8 bits or less.
The number of lines in the colorMap property is set when the application starts up, and does not change if you change color depths while running the application.
If you leave a line blank when setting the colorMap, the color corresponding to that line is left unchanged.
>*Cross-platform note:* On Windows, colors 1-10 and > 246-256 cannot be changed.
On Unix systems, setting the colorMap property sets the privateColors property to true.
# Tags
ui,
# See
- **keyword:** line - **property:** colorWorld, borderPixel, dontDither, privateColors, remapColor - **function:** screenColors - **glossary:** property, application, return, color reference, Windows, bit, color table, bit depth - **control structure:** function