home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8"?>
- <effect label="PsdBrightnessContrastEffect: adjust brightness and contrast">
- <description>
- PsdBrightnessContrastEffect adjusts the brightness and contrast of an image. There are
- two different algorithms, legacy and non-legacy, which are controlled by the UseLegacy
- property. Each algorithm has a brightness and a contrast property, whose ranges and effects
- depend on the legacy state.
- </description>
-
- <property name="LegacyBrightness" type="int" default="0" label="Brightness (legacy)">
- <range min="-100" max="100"/>
- </property>
- <property name="LegacyContrast" type="int" default="0" label="Contrast (legacy)">
- <range min="-100" max="100"/>
- </property>
- <property name="Brightness" type="int" default="0" label="Brightness">
- <range min="-150" max="150"/>
- </property>
- <property name="Contrast" type="int" default="0" label="Contrast">
- <range min="-50" max="100"/>
- </property>
- <property name="UseLegacy" type="bool" default="true" label="Use Legacy" />
- </effect>
-