]> git.sesse.net Git - mlt/blob - src/modules/opengl/filter_white_balance.yml
Fix bug parsing rect string with %.
[mlt] / src / modules / opengl / filter_white_balance.yml
1 schema_version: 0.1
2 type: filter
3 identifier: movit.white_balance
4 title: White Balance (GLSL)
5 version: 1
6 copyright: Dan Dennedy
7 creator: Steinar H. Gunderson
8 license: GPLv2
9 language: en
10 tags:
11   - Video
12 description: Color correction in LMS color space.
13
14 parameters:
15   - identifier: neutral_color
16     title: Neutral Color
17     type: string
18     widget: color
19     default: 0x7f7f7f00
20     mutable: yes
21
22   - identifier: color_temperature
23     title: Color Temperature
24     type: float
25     minimum: 1000.0
26     maximum: 15000.0
27     default: 6500.0
28     unit: Kelvin
29     mutable: yes