This repository was archived by the owner on Aug 31, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 223
Expand file tree
/
Copy pathcolorNames.xml
More file actions
55 lines (55 loc) · 2.8 KB
/
Copy pathcolorNames.xml
File metadata and controls
55 lines (55 loc) · 2.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<doc>
<legacy_id>1598</legacy_id>
<name>colorNames</name>
<type>function</type>
<syntax>
<example>the colorNames</example>
<example>colorNames()</example>
</syntax>
<library></library>
<objects>
</objects>
<synonyms>
</synonyms>
<classification>
<category>Writing LiveCode</category>
<category>Appearance & Positioning</category>
</classification>
<references>
<command tag="answer color">answer color Command</command>
<function tag="functionNames">functionNames Function</function>
<function tag="propertyNames">propertyNames Function</function>
<operator tag="is a">is a Operator</operator>
<property tag="topColor">topColor Property</property>
<property tag="HTMLText">HTMLText Property</property>
<property tag="linkColor">linkColor Property</property>
<property tag="selectionHandleColor">selectionHandleColor Property</property>
<property tag="linkHiliteColor">linkHiliteColor Property</property>
</references>
<history>
<introduced version="1.0">Added.</introduced>
</history>
<platforms>
<mac/>
<windows/>
<linux/>
<ios/>
<android/>
</platforms>
<classes>
<desktop/>
<server/>
<web/>
<mobile/>
</classes>
<security>
</security>
<summary><glossary tag="return">Returns</glossary> a list of the color names you can use in <glossary tag="LiveCode">LiveCode</glossary>.</summary>
<examples>
<example>the colorNames</example>
<example>if field "Color" is not among the lines of the colorNames then beep</example>
</examples>
<description>
<p>Use the <b>colorNames</b> <glossary tag="property">property</glossary> to check whether a particular color name can be used to specify <property tag="properties">properties</property> such as <property tag="foregroundColor">foregroundColor</property> and <property tag="backgroundColor">backgroundColor</property>.</p><p/><p><b>Value:</b></p><p>The <b>colorNames</b> function <glossary tag="return">returns</glossary> a list of color names, one per line.</p><p/><p><b>Comments:</b></p><p>You can use the color names with the <b>foregroundColor</b>, <property tag="backgroundColor">backgroundColor</property>, <property tag="focusColor">focusColor</property>, <property tag="topColor">topColor</property>, <property tag="bottomColor">bottomColor</property>, <property tag="hiliteColor">hiliteColor</property>, <property tag="borderColor">borderColor</property>, <property tag="shadowColor">shadowColor</property>, <property tag="selectionHandleColor">selectionHandleColor</property>, <property tag="accentColor">accentColor</property>, <property tag="backdrop">backdrop</property>, <property tag="brushColor">brushColor</property>, and <property tag="penColor">penColor</property> <property tag="properties">properties</property>.</p>
</description>
</doc>