Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Heiko Becker
kdenlive
Commits
364828a2
Commit
364828a2
authored
Apr 12, 2019
by
Jean-Baptiste Mardelle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix bezier effect
parent
58296e94
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
data/effects/frei0r_bezier_curves.xml
data/effects/frei0r_bezier_curves.xml
+3
-3
No files found.
data/effects/frei0r_bezier_curves.xml
View file @
364828a2
...
...
@@ -4,15 +4,15 @@
<description>
Color curves adjustment
</description>
<author>
Till Theato, Maksim Golovkin
</author>
<parameter
type=
"list"
name=
"
Channel
"
default=
"0.5"
paramlist=
"0.5;0;0.1;0.2;0.3;0.4;0.6;0.71"
>
<parameter
type=
"list"
name=
"
0
"
default=
"0.5"
paramlist=
"0.5;0;0.1;0.2;0.3;0.4;0.6;0.71"
>
<paramlistdisplay>
RGB,Red,Green,Blue,Alpha,Luma,Hue,Saturation
</paramlistdisplay>
<name>
Channel
</name>
</parameter>
<parameter
type=
"list"
name=
"
Luma formula
"
default=
"1"
paramlist=
"0;1"
>
<parameter
type=
"list"
name=
"
4
"
default=
"1"
paramlist=
"0;1"
>
<paramlistdisplay>
Rec. 601,Rec. 709
</paramlistdisplay>
<name>
Luma formula
</name>
</parameter>
<parameter
type=
"bezier_spline"
name=
"
Bézier spline
"
depends=
"Channel"
default=
"-1;-1#0;0#0.1;0.1|0.9;0.9#1;1#2;2"
/>
<parameter
type=
"bezier_spline"
name=
"
5
"
depends=
"Channel"
default=
"-1;-1#0;0#0.1;0.1|0.9;0.9#1;1#2;2"
/>
</effect>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment