Skip to content
GitLab
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
fd660aa2
Commit
fd660aa2
authored
Aug 02, 2022
by
Massimo Stella
Browse files
Added xml UI for the avfilter.colorcontrast
parent
e3d7397b
Pipeline
#211941
canceled with stage
in 2 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
data/effects/avfilter/avfilter_colorcontrast.xml
0 → 100644
View file @
fd660aa2
<!DOCTYPE kpartgui>
<effect
tag=
"avfilter.colorcontrast"
id=
"avfilter.colorcontrast"
>
<name>
Color Contrast
</name>
<description>
Adjust color contrast between RGB components.
</description>
<author>
libavfilter
</author>
<parameter
type=
"animated"
name=
"av.rc"
default=
"0"
min=
"-1"
max=
"1"
decimals=
"3"
>
<name>
Red-Cyan contrast
</name>
</parameter>
<parameter
type=
"animated"
name=
"av.gm"
default=
"0"
min=
"-1"
max=
"1"
decimals=
"3"
>
<name>
Green-Magenta contrast
</name>
</parameter>
<parameter
type=
"animated"
name=
"av.by"
default=
"0"
min=
"-1"
max=
"1"
decimals=
"3"
>
<name>
Blue-Yellow contrast
</name>
</parameter>
<parameter
type=
"animated"
name=
"av.rcw"
default=
"0"
min=
"0"
max=
"1"
decimals=
"3"
>
<name>
Red-Cyan weight
</name>
</parameter>
<parameter
type=
"animated"
name=
"av.gmw"
default=
"0"
min=
"0"
max=
"1"
decimals=
"3"
>
<name>
Green-Magenta weight
</name>
</parameter>
<parameter
type=
"animated"
name=
"av.byw"
default=
"0"
min=
"0"
max=
"1"
decimals=
"3"
>
<name>
Blue-Yellow weight
</name>
</parameter>
<parameter
type=
"animated"
name=
"av.pl"
default=
"0"
min=
"0"
max=
"1"
decimals=
"3"
>
<name>
Preserving lightness
</name>
</parameter>
</effect>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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