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

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <effect label="Highlights and shadows effect">
  3.   <description>
  4.     Highlight and Shadow is an image processing effect allowing users to adjust the luminosity 
  5.     of highlight (the brighter) or shadow (the darker) regions of the image. 
  6.     The Highlight and Shadows effect darkens, lightens or contrasts images 
  7.     based on the average value of surrounding pixels. 
  8.     This effect also provides a midtone contrast adjustment.
  9.   </description>
  10.  
  11.   <property name="ShadowsAmount" type="float" default="0.0" label="Gain/amount in the shadows">
  12.     <range min="-1.0" max="4.0"/>
  13.     <comments>
  14.       Adjust the local contrast in the shadows.
  15.     </comments>
  16.   </property>
  17.  
  18.   <property name="MidtonesAmount" type="float" default="0.0" label="Gain/amount in the midtones">
  19.     <range min="-1.0" max="4.0"/>
  20.     <comments>
  21.       Adjust the local contrast in the midtones.
  22.     </comments>
  23.   </property>
  24.  
  25.   <property name="HighlightsAmount" type="float" default="0.0" label="Gain/amount in the highlights">
  26.     <range min="-1.0" max="4.0"/>
  27.     <comments>
  28.       Adjust the local contrast in the highlights.
  29.     </comments>
  30.   </property>
  31.  
  32.   <property name="ShadowsUpperLimit" type="float" default="0.5" label="Shadows upper limits">
  33.     <range min="0" max="0.75"/>
  34.     <comments>
  35.       Specifies the approximate range of tones in the shadows.
  36.     </comments>
  37.   </property>
  38.  
  39.   <property name="HighlightsLowerLimit" type="float" default="0.5" label="Highlights lower limit">
  40.     <range min="0.25" max="1.0"/>
  41.     <comments>
  42.       Specifies the approximate range of tones in the highlights.
  43.     </comments>
  44.   </property>
  45.  
  46.   <property name="RadiusMode" type="int" default="0" label="Radius mode">
  47.     <choice>Use radius-to-image-short-side-length ratio</choice>
  48.     <choice>Use radius</choice>
  49.     <comments>
  50.       Specifies if the effect should use the radius-to-image-short-side-length ratio or the raw radius to calculate the low-pass mask.
  51.     </comments>
  52.   </property>
  53.  
  54.   <property name="Radius" type="float" default="40.0" label="Filter radius">
  55.     <range min="0.0" max="500"/>
  56.     <comments>
  57.       Specifies the size of the low-pass kernel that is the neighborhood region around each pixel that is used to determine whether pixels are in the shadows or highlights.
  58.       This property is ignored unless RadiusMode is set to "Use radius".
  59.     </comments>
  60.   </property>
  61.  
  62.   <property name="RadiusToImageShortSideLengthRatio" type="float" default="0.04" label="Radius-to-image-short-side ratio">
  63.     <range min="0.0" max="1.0"/>
  64.     <comments>
  65.       The filter radius specifies the size of the low-pass kernel that is the neighborhood region around each pixel that is used to determine whether pixels are in the shadows or highlights.
  66.       This parameter specifies the ratio between the filter radius and the short side length of the image under analysis.
  67.       This property is ignored unless RadiusMode is set to "Use radius-to-image-short-side-length ratio".
  68.     </comments>
  69.   </property>
  70.  
  71.   <property name="HighlightShadowAnalysisMaximumSize" type="int" default="512" label="Maximum size of analysis image">
  72.     <range min="32" max="1024"/>
  73.     <comments>
  74.       Controls the resolution level (i.e., the size of the highlight/shadow analysis image) at which the local neighborhood features are calculated to determine whether pixels are in the shadows or highlights.
  75.       Set larger values to work at greater resolution and higher quality.
  76.     </comments>
  77.   </property>
  78.  
  79.   <property name="ColorCorrection" type="float" default="0.5" label="Color Correction">
  80.     <range min="0.0" max="2"/>
  81.     <comments>
  82.       Adjust the saturation of colors in regions of the image that have changed.
  83.     </comments>
  84.   </property>
  85.  
  86.   <property name="BlackPoint" type="float" default="0.0" label="Black point">
  87.     <range min="-0.25" max="0.25"/>
  88.     <comments>
  89.       Specify the black tone value that should not change in the shadows.
  90.     </comments>
  91.   </property>
  92.  
  93.   <property name="WhitePoint" type="float" default="1.0" label="White point">
  94.     <range min="0.75" max="1.25"/>
  95.     <comments>
  96.       Specify the bright tone value that should not change in the highlights.
  97.     </comments>
  98.   </property>
  99.  
  100.   <!--TODO Expression Bug #65857: -->
  101.   <!--We use float[1] instead of button (event) because we want the notification to be always propagated (like events) through all clones (unlike events) -->
  102.   <property name="InvalidateHighlightShadowLowpassMask" type="float[1]" default="1" label="Invalidate the low-pass mask" save="0"/>
  103.   <comments>
  104.     Specifically instructs the effect to recalculate the low-pass mask next time it needs it.
  105.   </comments>
  106.  
  107.   <property name="CalculateHighlightShadowLowpassMask" type="float[1]" default="1" label="Refresh low-pass mask" save="0"/>
  108.   <comments>
  109.     Specifically instructs the effect to recalculate the low-pass mask now.
  110.   </comments>
  111.  
  112.   <property name="EnableCaching" type="bool" default="true"/>
  113.   <comments>
  114.     Caching improves perf on interactive pipelines, whereas it wastes memory on single-shot pipelines for saving files.
  115.   </comments>
  116.  
  117.     <property name="HighlightShadowWorkingColorSpace" type="int" default="1" label="Working Color Space for the highlight shadow effect">
  118.         <choice>ModifyYIQ</choice>
  119.         <choice>ModifyRGB</choice>
  120.         <comments>
  121.             Specify in which color space modifications are applied.
  122.         </comments>
  123.     </property>
  124.  
  125.     <input index="0"/>
  126. </effect>
  127.