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

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <effect label="ChannelMixer">
  3.   <description>
  4.     Transforms pixels. The output pixel is the input pixel (vertical vector) multiplied by the matrix specified by the Matrix property, and then added to Translation property.
  5.     Used for things like BlackAndWhite and channel swapping where the output pixel is a linear function of the channel values of the input pixel.
  6.   </description>
  7.  
  8.     <property name="Matrix" type="float[16]" default="1,0,0,0, 0,1,0,0, 0,0,1,0, 0,0,0,1" label="Mixing Matrix">
  9.     </property>
  10.     <property name="Translation" type="float[4]" default="0,0,0,0" label="Translation Offset">
  11.     </property>
  12.     <property name="ClampOutput" type="bool" default="false" label="Clamp output"/>
  13.  
  14.     <input index="0"/>
  15. </effect>
  16.