]> git.sesse.net Git - mlt/blob - src/modules/plusgpl/filter_lumaliftgaingamma.yml
Some fixes to lumaliftgaingamma.yml
[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   - identifier: gain
28     title: Gain
29     type: double
30     minimum: -0.5
31     maximum: 0.5
32     default: 0
33     description: >
34       Multiplies color channel values by value
35       computed using parameter value.
36
37   - identifier: gamma
38     title: Gamma
39     type: double
40     minimum: -1.0
41     maximum: 1.0
42     default: 0
43     description: >
44       Applies a gamma correction to all 
45       color channel values.