remapColor | |
Type | property |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Has no effect and is included in LiveCode for compatibility with imported SuperCard projects. |
Introduced | 1.0 |
Platforms | desktop, server |
Related | Keyword: card Property: privateColors, lockColorMap, colorMap Function: value, screenColors Glossary: property, handler, SuperCard, LiveCode, error, color table, object Object: stack |
Description | In SuperCard, the remapColor property determines the behavior of objects when a color table is assigned to a card or stack. In LiveCode, color tables are not assigned to objects, and this property has no effect. The remapColor property is always set to true. A handler can set it to any value without causing a script error, but the actual value is not changed. |