File indexing completed on 2025-03-09 04:10:19

0001 <?xml version="1.0" encoding="utf-8"?>
0002 <!DOCTYPE html>
0003 
0004 <html xmlns="http://www.w3.org/1999/xhtml">
0005 <head><title>Python Palette Docker Plugin Manual</title>
0006 </head>
0007 <body>
0008  
0009 <h1 id="python-palette-docker">Python Palette Docker</h1>
0010 <p>A Docker that allows you to quickly set the opacity, flow and size from a predefined list.</p>
0011 <h2 id="basic-usage">Basic Usage</h2>
0012 <p>Go to <strong>Settings → Docker → Python Palette Docker</strong>.</p>
0013 <p>The top combo box allows you to choose a palette.</p>
0014 <p>In the middle is a selection field where you can select swatches, double click to edit them, and drag and drop to reorder them.</p>
0015 <p>At the bottom right is a list of the swatches with their name. You can type in a swatch name to select it.</p>
0016 <p>From there..</p>
0017 <dl>
0018 <dt>Add Swatch</dt>
0019 <dd>This calls up an add swatch menu.
0020 </dd>
0021 <dt>Add Group</dt>
0022 <dd>This calls up the add group window. Just give it a name.
0023 </dd>
0024 <dt>Remove entry</dt>
0025 <dd>This’ll remove an entry.
0026 </dd>
0027 <dt>Edit Palette Settings</dt>
0028 <dd>Edit the palette meta data, including columns, name and comment.
0029 </dd>
0030 <dt>Export as GIMP Palette</dt>
0031 <dd>Export this palette to the GIMP palette format(GPL). Colors will first be converted to sRGB.
0032 </dd>
0033 <dt>Export as Inkscape SVG with swatches</dt>
0034 <dd>This exports the current palette as an SVG, to use in Inkscape. The swatches will even have their colors set as Inkscape swatches.
0035 </dd>
0036 </dl>
0037 
0038 
0039 </body>
0040 </html>