Name
Texteditor.ColorMap -- get text editor's current color map (V1.2)
Function
This attribute can be used to get the editor's current color map. As Texteditor class is still palette-based, this will always return a table containing 256 entries that describe which colors the text editor's pens map to. This is needed if you want to identify colors used in a text returned by Texteditor.Contents. If a text uses different colors, you will only get the information about the different pens used by the text. You can then use this table to map the pen information to RGB colors.

Type
Table

Applicability
G


Show TOC