Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
293f0edd
Commit
293f0edd
authored
Sep 26, 2021
by
Massimo Stella
Browse files
Update frei0r_softglow.xml by fixing parms values and adding the missing Blur parameter
parent
f4cb0436
Pipeline
#82879
passed with stage
in 8 minutes and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
data/effects/frei0r/frei0r_softglow.xml
View file @
293f0edd
...
...
@@ -4,15 +4,18 @@
<name
context=
"Soft Glow Effect Name"
>
Soft Glow
</name>
<description>
Does softglow effect on highlights
</description>
<author>
Janne Liljeblad
</author>
<parameter
type=
"animated"
name=
"brightness"
default=
"0.5"
min=
"0"
max=
"100"
factor=
"100"
>
<parameter
type=
"animated"
name=
"blur"
default=
"0.5"
min=
"0"
max=
"1"
decimals=
"2"
>
<name>
Blur of the glow
</name>
<comment>
Brightness of highlight areas.
</comment>
<parameter
type=
"animated"
name=
"brightness"
default=
"0.5"
min=
"0"
max=
"1"
decimals=
"2"
>
<name>
Brightness
</name>
<comment>
Brightness of highlight areas.
</comment>
</parameter>
<parameter
type=
"animated"
name=
"sharpness"
default=
"0.
7
5"
min=
"0"
max=
"1
00"
factor=
"100
"
>
<parameter
type=
"animated"
name=
"sharpness"
default=
"0.
8
5"
min=
"0"
max=
"1
"
decimals=
"2
"
>
<name>
Sharpness
</name>
<comment>
Sharpness of highlight areas.
</comment>
</parameter>
<parameter
type=
"animated"
name=
"blurblend"
default=
"0"
min=
"0"
max=
"1
00"
factor=
"100
"
>
<parameter
type=
"animated"
name=
"blurblend"
default=
"0"
min=
"0"
max=
"1
"
decimals=
"2
"
>
<name>
Blend mode
</name>
<comment>
Blend mode used to blend highlight blur with input image. 0 - 0.33 - screen, 0.33 - 0.66 - overlay, 0.66 - 1.0 - add.
</comment>
</parameter>
...
...
Write
Preview
Supports
Markdown
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