Name
Texteditor.Color -- set/get current text color (V1.2)
Function
This attribute can be used to set/get the current text color. Any text entered after setting this attribute will appear in the specified color. To change the color of existing text, use the Texteditor.SetColor method instead.

You can also setup a notification on this attribute to learn when the cursor has been moved over text in a different color.

From the Hollywood script the color is specified as a simple numerical value containing 8 bits for each component. When you specify the color in the XML file, it has to be passed as a 6 character string prefixed by the #-character (just like in HTML).

Type
Number

Applicability
SGN


Show TOC