]> git.sesse.net Git - mlt/blob - src/modules/plusgpl/filter_lumaliftgaingamma.yml
Add lumaliftgaingamma filter to plusgpl
[mlt] / src / modules / plusgpl / filter_lumaliftgaingamma.yml
1 schema_version: 0.1
2 type: filter
3 identifier: lumaliftgaingamma
4 title: LumaLiftGainGamma
5 version: 1
6 copyright: Janne Liljeblad
7 creator: Janne Liljeblad
8 license: GPL
9 language: en
10 tags:
11   - Video
12 description:
13   Filter can be used to apply lift, gain and gamma correction to
14   luma values of image.
15
16 parameters:
17   - identifier: lift
18     title: Lift
19     type: double
20     minimum: -0.5
21     maximum: 0.5
22     default: 0
23     description: >
24       Adds a value computed using parameter value 
25       to color channel values.
26
27 parameters:
28   - identifier: gain
29     title: Gain
30     type: double
31     minimum: -0.5
32     maximum: 0.5
33     default: 0
34     description: >
35       Multiplies color channel values by value
36       computed using paramter value.
37
38 parameters:
39   - identifier: gamma
40     title: Gamma
41     type: double
42     minimum: -1.0
43     maximum: 1.0
44     default: 0
45     description: >
46       Applies a gamma correction to all 
47       color channel values.