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

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <effect label="Proxy">
  3.     <description>
  4.         ProxyEffect is a placeholder which connects an Effect graph within a composite Effect to the desired
  5.         input of the outer composite Effect.  The input that is used is specified by the "__ProxyInput" property.
  6.         ProxyEffect has no inputs of its own, and it is usually a mistake to try to connect an input to a
  7.         ProxyEffect.
  8.     </description>
  9.  
  10.     <property name="__ProxyInput" type="int" default="0">
  11.         <comments>
  12.             Determines which input of the outer composite Effect is used to provide output from the ProxyEffect.
  13.         </comments>
  14.     </property>
  15. </effect>