colorWorld | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Reports whether the screen is set to use color. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux | ||||||
Platforms | desktop, server | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Property: bufferMode, colorMap Function: screenDepth, screenColors Glossary: property, application, black-and-white, read-only | ||||||
Description | Use the colorWorld property to determine whether the screen is color or black-and-white. If the colorWorld property reports true, the screen is using color or grayscale. If the colorWorld is false, the screen is black-and-white. If the system has more than one monitor, the colorWorld property reports the color status of the main screen. The value returned by the colorWorld function is updated only when you start up the application. If you change the screen settings after starting up the application, you must quit and restart to update the colorWorld. |