aseprite/data/jids/paledit.jid
David Capello f4b4996540 + Added the JPEG options dialog box.
+ Fixed some convolution matrices.
+ Fixed editors_draw_sprite_tiled & control_tool for tiled mode in
  transparent layers (non-Background).
+ Added gfxobj_id.
- Removed referenced stock (replaced with the ImageRef structure).
+ Fixed the whole 'target' stuff between effects and target_button.
+ Fixed app_get_fg_color & app_get_bg_color to return the black color
  instead of mask when a `Background' layer is actived.
+ Added get_color_for_layer & fixup_color_for_layer.
2008-04-12 03:09:53 +00:00

67 lines
2.0 KiB
Plaintext

<!-- ASE - Allegro Sprite Editor -->
<!-- Copyright (C) 2001-2008 by David A. Capello -->
<jinete>
<window text="Palette Editor" name="palette_editor">
<box vertical>
<box horizontal expansive>
<box vertical>
<view name="palette_editor" expansive /> <!-- custom-widget -->
<slider min="1" max="256" name="columns" />
</box>
<box vertical expansive>
<box horizontal>
<box vertical homogeneous>
<label text="R" />
<label text="G" />
<label text="B" />
</box>
<box vertical homogeneous expansive>
<slider min="0" max="255" name="red" />
<slider min="0" max="255" name="green" />
<slider min="0" max="255" name="blue" />
</box>
<box vertical homogeneous>
<label text="H" />
<label text="S" />
<label text="V" />
</box>
<box vertical homogeneous expansive>
<slider min="0" max="255" name="hue" />
<slider min="0" max="255" name="saturation" />
<slider min="0" max="255" name="value" />
</box>
</box>
<box name="colorviewer" expansive /> <!-- custom-widget -->
<button text="Select &All" name="select_all" />
<box vertical>
<box horizontal homogeneous>
<button text="&Undo" name="undo" />
<button text="&Redo" name="redo" />
</box>
<box horizontal homogeneous>
<button text="&Load" name="load" />
<button text="&Save" name="save" />
</box>
<box horizontal homogeneous>
<button text="&Ramp" name="ramp" />
<button text="&Quantize" name="quantize" />
</box>
</box>
</box>
</box>
<box horizontal >
<label text="Frame:" />
<slider min="0" max="1" name="frame" expansive />
</box>
<box horizontal>
<box horizontal expansive />
<box horizontal homogeneous>
<button text="&OK" name="button_ok" magnetic width="60" />
<button text="&Cancel" />
</box>
</box>
</box>
</window>
</jinete>