colorNames

returns a list of the color names you can use in LiveCode.

# Metadata

Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.0 Security:

# Syntax

the colorNames

# Examples

the colorNames

if field "Color" is not among the lines of the colorNames then beep

# Description

Use the colorNames property to check whether a particular color name can be used to specify properties such as foregroundColor and backgroundColor.

# Tags

ui,

# See