home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8"?>
- <effect label="PsdLevelsEffect: adjust levels">
- <description>
- PsdLevelsEffect adjusts the levels of an image. The levels function is made
- up of four sets of properties: red, green, blue and master. Each set has five properties:
- BlackIn, WhiteIn, Gamma, BlackOut and WhiteOut.
- For each of the four sets (red, green, blue, master), the legal property ranges are:
- BlackInput must be less than WhiteInput.
- BlackOutput must be less than WhiteOutput.
- BlackInput, WhiteInput, BlackOutput and WhiteOutput must all lie in the range [0.0, 1.0].
- Gamma must lie in the range [0.01, 9.99].
- </description>
-
- <property name="BlackInRed" type="float" default="0" label="BlackInRed">
- <range min="0" max="1"/>
- </property>
- <property name="WhiteInRed" type="float" default="1" label="WhiteInRed">
- <range min="0" max="1"/>
- </property>
- <property name="GammaRed" type="float" default="1" label="GammaRed">
- <range min="0.01" max="9.99"/>
- </property>
- <property name="BlackOutRed" type="float" default="0" label="BlackOutRed">
- <range min="0" max="1"/>
- </property>
- <property name="WhiteOutRed" type="float" default="1" label="WhiteOutRed">
- <range min="0" max="1"/>
- </property>
-
- <property name="BlackInGreen" type="float" default="0" label="BlackInGreen">
- <range min="0" max="1"/>
- </property>
- <property name="WhiteInGreen" type="float" default="1" label="WhiteInGreen">
- <range min="0" max="1"/>
- </property>
- <property name="GammaGreen" type="float" default="1" label="GammaGreen">
- <range min="0.01" max="9.99"/>
- </property>
- <property name="BlackOutGreen" type="float" default="0" label="BlackOutGreen">
- <range min="0" max="1"/>
- </property>
- <property name="WhiteOutGreen" type="float" default="1" label="WhiteOutGreen">
- <range min="0" max="1"/>
- </property>
-
- <property name="BlackInBlue" type="float" default="0" label="BlackInBlue">
- <range min="0" max="1"/>
- </property>
- <property name="WhiteInBlue" type="float" default="1" label="WhiteInBlue">
- <range min="0" max="1"/>
- </property>
- <property name="GammaBlue" type="float" default="1" label="GammaBlue">
- <range min="0.01" max="9.99"/>
- </property>
- <property name="BlackOutBlue" type="float" default="0" label="BlackOutBlue">
- <range min="0" max="1"/>
- </property>
- <property name="WhiteOutBlue" type="float" default="1" label="WhiteOutBlue">
- <range min="0" max="1"/>
- </property>
-
- <property name="BlackInMaster" type="float" default="0" label="BlackInMaster">
- <range min="0" max="1"/>
- </property>
- <property name="WhiteInMaster" type="float" default="1" label="WhiteInMaster">
- <range min="0" max="1"/>
- </property>
- <property name="GammaMaster" type="float" default="1" label="GammaMaster">
- <range min="0.01" max="9.99"/>
- </property>
- <property name="BlackOutMaster" type="float" default="0" label="BlackOutMaster">
- <range min="0" max="1"/>
- </property>
- <property name="WhiteOutMaster" type="float" default="1" label="WhiteOutMaster">
- <range min="0" max="1"/>
- </property>
- </effect>
-