home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeImp.cab / PsdImaging.dll / XML / PSDLEVELSEFFECT.XML < prev    next >
Encoding:
Extensible Markup Language  |  2009-07-15  |  3.4 KB  |  78 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <effect label="PsdLevelsEffect: adjust levels">
  3.     <description>
  4.         PsdLevelsEffect adjusts the levels of an image. The levels function is made
  5.         up of four sets of properties: red, green, blue and master. Each set has five properties:
  6.         BlackIn, WhiteIn, Gamma, BlackOut and WhiteOut.
  7.         For each of the four sets (red, green, blue, master), the legal property ranges are:
  8.             BlackInput must be less than WhiteInput.
  9.             BlackOutput must be less than WhiteOutput.
  10.             BlackInput, WhiteInput, BlackOutput and WhiteOutput must all lie in the range [0.0, 1.0].
  11.             Gamma must lie in the range [0.01, 9.99].
  12.     </description>
  13.     
  14.     <property name="BlackInRed"  type="float" default="0" label="BlackInRed">
  15.         <range min="0" max="1"/>
  16.     </property>
  17.     <property name="WhiteInRed"  type="float" default="1" label="WhiteInRed">
  18.         <range min="0" max="1"/>
  19.     </property>
  20.     <property name="GammaRed"    type="float" default="1" label="GammaRed">
  21.         <range min="0.01" max="9.99"/>
  22.     </property>
  23.     <property name="BlackOutRed" type="float" default="0" label="BlackOutRed">
  24.         <range min="0" max="1"/>
  25.     </property>
  26.     <property name="WhiteOutRed" type="float" default="1" label="WhiteOutRed">
  27.         <range min="0" max="1"/>
  28.     </property>
  29.  
  30.     <property name="BlackInGreen"  type="float" default="0" label="BlackInGreen">
  31.         <range min="0" max="1"/>
  32.     </property>
  33.     <property name="WhiteInGreen"  type="float" default="1" label="WhiteInGreen">
  34.         <range min="0" max="1"/>
  35.     </property>
  36.     <property name="GammaGreen"    type="float" default="1" label="GammaGreen">
  37.         <range min="0.01" max="9.99"/>
  38.     </property>
  39.     <property name="BlackOutGreen" type="float" default="0" label="BlackOutGreen">
  40.         <range min="0" max="1"/>
  41.     </property>
  42.     <property name="WhiteOutGreen" type="float" default="1" label="WhiteOutGreen">
  43.         <range min="0" max="1"/>
  44.     </property>
  45.  
  46.     <property name="BlackInBlue"  type="float" default="0" label="BlackInBlue">
  47.         <range min="0" max="1"/>
  48.     </property>
  49.     <property name="WhiteInBlue"  type="float" default="1" label="WhiteInBlue">
  50.         <range min="0" max="1"/>
  51.     </property>
  52.     <property name="GammaBlue"    type="float" default="1" label="GammaBlue">
  53.         <range min="0.01" max="9.99"/>
  54.     </property>
  55.     <property name="BlackOutBlue" type="float" default="0" label="BlackOutBlue">
  56.         <range min="0" max="1"/>
  57.     </property>
  58.     <property name="WhiteOutBlue" type="float" default="1" label="WhiteOutBlue">
  59.         <range min="0" max="1"/>
  60.     </property>
  61.  
  62.     <property name="BlackInMaster"  type="float" default="0" label="BlackInMaster">
  63.         <range min="0" max="1"/>
  64.     </property>
  65.     <property name="WhiteInMaster"  type="float" default="1" label="WhiteInMaster">
  66.         <range min="0" max="1"/>
  67.     </property>
  68.     <property name="GammaMaster"    type="float" default="1" label="GammaMaster">
  69.         <range min="0.01" max="9.99"/>
  70.     </property>
  71.     <property name="BlackOutMaster" type="float" default="0" label="BlackOutMaster">
  72.         <range min="0" max="1"/>
  73.     </property>
  74.     <property name="WhiteOutMaster" type="float" default="1" label="WhiteOutMaster">
  75.         <range min="0" max="1"/>
  76.     </property>
  77. </effect>
  78.