2dcolidxrange (DEF)

From EDukeWiki
Revision as of 12:47, 21 February 2020 by Fox (talk | contribs) (Created page with "'''2dcolidxrange''' <col> <idx> <idxend> Editor colors from <col> onward will be mapped to [<idx> ... min(<idxend>, 255)]. Takes precedence over '2dcol'. == Parameters ==...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

2dcolidxrange <col> <idx> <idxend>

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

Takes precedence over '2dcol'.

Parameters

<col> the editorcolor[] starting index
<idx> the actual color index start
<idxend> the actual color index end