@@ -89,6 +89,18 @@ <h2 class="Sh" id="ARGUMENTS"><a class="permalink" href="#ARGUMENTS">ARGUMENTS</
89
89
< dd > Same as < code class ="Fl "> -a</ code > < var class ="Ar "> base_path</ var > .attrmap
90
90
(see < a class ="Sx " href ="#Automatic_output_paths "> Automatic output
91
91
paths</ a > ).</ dd >
92
+ < dt id ="B "> < a class ="permalink " href ="#B "> < code class ="Fl "> -B</ code > </ a >
93
+ < var class ="Ar "> color</ var > , < code class ="Fl "> --background-color</ code >
94
+ < var class ="Ar "> color</ var > </ dt >
95
+ < dd > Set a background color to be omitted from output. Colors are accepted in
96
+ ‘< code class ="Li "> #rgb</ code > ’ or
97
+ ‘< code class ="Li "> #rrggbb</ code > ’ format, or as
98
+ ‘< code class ="Li "> transparent</ code > ’. Input tiles which are
99
+ entirely the specified background color are ignored and will not be output
100
+ in tile data file. The tilemap, atrribute map, or palette map files
101
+ < a class ="permalink " href ="#will "> < i class ="Em " id ="will "> will</ i > </ a > use
102
+ placeholder values where background tiles were. If a background color is
103
+ specified, it cannot be used within tiles which are not ignored.</ dd >
92
104
< dt id ="b "> < a class ="permalink " href ="#b "> < code class ="Fl "> -b</ code > </ a >
93
105
< var class ="Ar "> base_ids</ var > , < code class ="Fl "> --base-tiles</ code >
94
106
< var class ="Ar "> base_ids</ var > </ dt >
@@ -113,8 +125,8 @@ <h2 class="Sh" id="ARGUMENTS"><a class="permalink" href="#ARGUMENTS">ARGUMENTS</
113
125
< dd > If < var class ="Ar "> pal_spec</ var > begins with a hash character
114
126
‘< code class ="Li "> #</ code > ’, it is treated as an inline
115
127
palette specification. It should contain a comma-separated list of
116
- hexadecimal colors, each beginning with a hash. Colors are accepted
117
- either as ‘< code class ="Li "> #rgb</ code > ’ or
128
+ hexadecimal colors, each beginning with a hash. Colors are accepted in
129
+ ‘< code class ="Li "> #rgb</ code > ’ or
118
130
‘< code class ="Li "> #rrggbb</ code > ’ format. To leave one
119
131
or more gaps in the palette,
120
132
‘< code class ="Li "> #none</ code > ’ can be used instead of
0 commit comments