2dcolidxrange (DEF)

From EDukeWiki
Revision as of 06:44, 23 February 2020 by Fox (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

2dcolidxrange <col> <idx> <idxend>

<col> is the editorcolor[] starting index. <idx> and <idxend> are the actual color index start and end.

Editor colors from <col> onward will be mapped to [<idx> ... min(<idxend>, 255)].

Takes precedence over '2dcol'.