File indexing completed on 2024-12-22 04:16:25
0001 <?xml version="1.0" encoding="utf-8"?> 0002 <!DOCTYPE html> 0003 0004 <html xmlns="http://www.w3.org/1999/xhtml"> 0005 <head><title>Color Space Plugin Manual</title> 0006 </head> 0007 <body> 0008 <h1 id="color-space">Color Space</h1> 0009 <p>The Color Space Plugin allows you to select a document convert it’s colors to a new colorspace.</p> 0010 <h2 id="basic-options">Basic Options</h2> 0011 <dl> 0012 <dt>Documents</dt> 0013 <dd>A the list of open documents to choose from. 0014 </dd> 0015 <dt>Refresh</dt> 0016 <dd>Refresh the list of documents. 0017 </dd> 0018 </dl> 0019 <h2 id="color-space-options">Color Space Options</h2> 0020 <dl> 0021 <dt>Color Model</dt> 0022 <dd>The color model, can be RGBA, CMYKA, LAB, etc. 0023 </dd> 0024 <dt>Color Depth</dt> 0025 <dd>The new colorspace bit depth 0026 </dd> 0027 <dt>Color Profile</dt> 0028 <dd>The new color profile, this depends on the ICC profiles installed. 0029 </dd> 0030 </dl> 0031 </body> 0032 </html>