2007-11-16 18:25:45 +00:00
|
|
|
<!-- ASE - Allegro Sprite Editor -->
|
2010-04-29 02:52:51 +00:00
|
|
|
<!-- Copyright (C) 2001-2010 by David Capello -->
|
2008-03-15 01:54:45 +00:00
|
|
|
<jinete>
|
2010-04-26 02:24:59 +00:00
|
|
|
<window text="Palette" name="palette_editor">
|
2009-12-16 23:24:57 +00:00
|
|
|
<box vertical="true">
|
|
|
|
<box horizontal="true" expansive="true">
|
|
|
|
<box vertical="true">
|
2010-04-10 20:01:56 +00:00
|
|
|
<view name="palette_editor" /> <!-- custom-widget -->
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
2009-12-16 23:24:57 +00:00
|
|
|
<box vertical="true" expansive="true">
|
2010-04-10 20:01:56 +00:00
|
|
|
<box horizontal="true" childspacing="0" noborders="true">
|
|
|
|
<radio group="1" text="RGB" name="select_rgb" looklike="button" selected="true" />
|
|
|
|
<radio group="1" text="HSV" name="select_hsv" looklike="button" />
|
|
|
|
<box horizontal="true" expansive="true" />
|
2010-06-13 22:35:40 +00:00
|
|
|
<button text="+" name="expand" tooltip="More options" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
2010-04-10 20:01:56 +00:00
|
|
|
|
|
|
|
<grid columns="3" childspacing="0">
|
|
|
|
|
|
|
|
<label name="R_label" text="R" />
|
|
|
|
<slider name="R_slider" min="0" max="255" cell_align="horizontal" />
|
|
|
|
<entry name="R_entry" maxsize="3" />
|
|
|
|
|
|
|
|
<label name="G_label" text="G" />
|
|
|
|
<slider name="G_slider" min="0" max="255" cell_align="horizontal" />
|
|
|
|
<entry name="G_entry" maxsize="3" />
|
|
|
|
|
|
|
|
<label name="B_label" text="B" />
|
|
|
|
<slider name="B_slider" min="0" max="255" cell_align="horizontal" />
|
|
|
|
<entry name="B_entry" maxsize="3" />
|
|
|
|
|
|
|
|
<label name="H_label" text="H" />
|
|
|
|
<slider name="H_slider" min="0" max="255" cell_align="horizontal" />
|
|
|
|
<entry name="H_entry" maxsize="3" />
|
|
|
|
|
|
|
|
<label name="S_label" text="S" />
|
|
|
|
<slider name="S_slider" min="0" max="255" cell_align="horizontal" />
|
|
|
|
<entry name="S_entry" maxsize="3" />
|
|
|
|
|
|
|
|
<label name="V_label" text="V" />
|
|
|
|
<slider name="V_slider" min="0" max="255" cell_align="horizontal" />
|
|
|
|
<entry name="V_entry" maxsize="3" />
|
|
|
|
|
|
|
|
<label name="hex_label" text="#" />
|
|
|
|
<box horizontal="true" cell_hspan="2" >
|
|
|
|
<entry name="hex_entry" maxsize="6" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
2007-12-11 20:05:18 +00:00
|
|
|
|
2010-04-10 20:01:56 +00:00
|
|
|
</grid>
|
2007-12-11 20:05:18 +00:00
|
|
|
</box>
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
2010-06-13 23:04:38 +00:00
|
|
|
<box horizontal="true" name="more_options">
|
|
|
|
<button text="&Ramp" name="ramp" />
|
|
|
|
<box horizontal="true" name="more_options" childspacing="0">
|
|
|
|
<button text="&Sort" name="sort" />
|
|
|
|
<button text="&Quantize" name="quantize" />
|
|
|
|
</box>
|
|
|
|
<box horizontal="true" name="more_options" childspacing="0">
|
|
|
|
<button text="&Load" name="load" />
|
|
|
|
<button text="&Save" name="save" />
|
|
|
|
</box>
|
2010-06-13 22:35:40 +00:00
|
|
|
</box>
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
|
|
|
</window>
|
2010-06-15 01:53:30 +00:00
|
|
|
|
|
|
|
<window text="Sort Criteria" name="sort_criteria">
|
|
|
|
<box vertical="true">
|
|
|
|
<box horizontal="true">
|
|
|
|
|
|
|
|
<box vertical="true" expansive="true">
|
|
|
|
<separator text="Available:" left="true" horizontal="true" />
|
|
|
|
<view maxsize="true">
|
|
|
|
<listbox name="available_criteria">
|
|
|
|
<listitem text="RGB Red" />
|
|
|
|
<listitem text="RGB Green" />
|
|
|
|
<listitem text="RGB Blue" />
|
|
|
|
<listitem text="HSV Hue" />
|
|
|
|
<listitem text="HSV Saturation" />
|
|
|
|
<listitem text="HSV Value" />
|
|
|
|
</listbox>
|
|
|
|
</view>
|
|
|
|
<separator text="Direction:" left="true" horizontal="true" />
|
|
|
|
<radio name="asc" text="Ascending" group="1" />
|
|
|
|
<radio name="des" text="Descending" group="1" />
|
|
|
|
</box>
|
|
|
|
<box vertical="true">
|
|
|
|
<button name="insert_criteria" text=">>" />
|
|
|
|
<button name="remove_criteria" text="<<" />
|
|
|
|
</box>
|
|
|
|
<box vertical="true" expansive="true" minwidth="150">
|
|
|
|
<separator text="Sort by:" left="true" horizontal="true" />
|
|
|
|
<view maxsize="true" expansive="true">
|
|
|
|
<listbox name="selected_criteria" />
|
|
|
|
</view>
|
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
|
|
|
|
<separator horizontal="true" />
|
|
|
|
|
|
|
|
<box horizontal="true">
|
|
|
|
<box horizontal="true" expansive="true" />
|
|
|
|
<box horizontal="true" homogeneous="true">
|
|
|
|
<button text="&OK" name="ok_button" magnetic="true" width="60" />
|
|
|
|
<button text="&Cancel" />
|
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</window>
|
|
|
|
|
2008-03-15 01:54:45 +00:00
|
|
|
</jinete>
|