2016-12-23 15:38:32 +00:00
|
|
|
<!-- Aseprite -->
|
2020-04-15 14:05:41 +00:00
|
|
|
<!-- Copyright (c) 2020 Igara Studio S.A. -->
|
|
|
|
<!-- Copyright (c) 2015-2018 David Capello -->
|
2015-06-30 18:25:23 +00:00
|
|
|
<gui>
|
2016-12-23 15:38:32 +00:00
|
|
|
<window id="palette_from_sprite" text="@.title">
|
|
|
|
<grid columns="2">
|
|
|
|
<radio id="new_palette" text="@.new_palette" group="1" />
|
2018-06-28 16:33:13 +00:00
|
|
|
<expr expansive="true" id="ncolors" magnet="true" />
|
2016-12-23 15:38:32 +00:00
|
|
|
<radio id="current_palette" text="@.replace_palette" group="1" cell_hspan="2" />
|
|
|
|
<radio id="current_range" text="@.replace_range" group="1" cell_hspan="2" />
|
2020-04-15 14:05:41 +00:00
|
|
|
|
|
|
|
<separator horizontal="true" cell_hspan="2" />
|
|
|
|
|
2016-12-23 15:38:32 +00:00
|
|
|
<check id="alpha_channel" text="@.alpha_channel" cell_hspan="2" />
|
2020-04-15 18:36:50 +00:00
|
|
|
<check id="advanced_check" text="@general.advanced_options" cell_hspan="2" />
|
2020-04-15 14:05:41 +00:00
|
|
|
<hbox id="advanced" cell_hspan="2">
|
|
|
|
<label text="@rgbmap_algorithm_selector.label" />
|
|
|
|
<hbox id="rgbmap_algorithm_placeholder" />
|
|
|
|
</hbox>
|
2015-06-30 18:25:23 +00:00
|
|
|
|
2016-12-23 15:38:32 +00:00
|
|
|
<separator horizontal="true" cell_hspan="2" />
|
2015-07-02 14:18:43 +00:00
|
|
|
|
2016-12-23 15:38:32 +00:00
|
|
|
<box horizontal="true" homogeneous="true" cell_hspan="2" cell_align="right">
|
|
|
|
<button text="@general.ok" closewindow="true" id="ok" magnet="true" minwidth="60" />
|
|
|
|
<button text="@general.cancel" closewindow="true" />
|
2015-06-30 18:25:23 +00:00
|
|
|
</box>
|
|
|
|
</grid>
|
|
|
|
</window>
|
|
|
|
</gui>
|