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
a76c3f97
Commit
a76c3f97
authored
Jan 27, 2020
by
Sashmita Raghav
Browse files
add function to assign color to image clips
parent
f78a1e65
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/view/timelinecontroller.cpp
View file @
a76c3f97
...
...
@@ -2552,6 +2552,12 @@ QColor TimelineController::audioColor() const
return
scheme
.
foreground
(
KColorScheme
::
PositiveText
).
color
();
}
QColor
TimelineController
::
imageColor
()
const
{
KColorScheme
scheme
(
QApplication
::
palette
().
currentColorGroup
());
return
scheme
.
foreground
(
KColorScheme
::
NeutralText
).
color
();
}
QColor
TimelineController
::
lockedColor
()
const
{
KColorScheme
scheme
(
QApplication
::
palette
().
currentColorGroup
());
...
...
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