2dcolidxrange (DEF): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
'''2dcolidxrange''' <col> <idx> <idxend> | <span {{code}}>'''2dcolidxrange''' <col> <idx> <idxend></span> | ||
<col> is the editorcolor[] starting index. <idx> and <idxend> are the actual color index start and end. | <col> is the editorcolor[] starting index. <idx> and <idxend> are the actual color index start and end. |
Latest revision as of 05:44, 23 February 2020
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'.