Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
c9186e33
Commit
c9186e33
authored
Mar 05, 2012
by
Francois Cartegnie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt: SoundSlider: create gradients according to sound max value
parent
43b0c46d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
modules/gui/qt4/util/input_slider.cpp
modules/gui/qt4/util/input_slider.cpp
+3
-2
No files found.
modules/gui/qt4/util/input_slider.cpp
View file @
c9186e33
...
...
@@ -636,10 +636,11 @@ SoundSlider::SoundSlider( QWidget *_parent, int _i_step, bool b_hard,
add_color( gradient1, range, c1, c2, c3 ); \
add_desaturated_color( gradient2, range, c1, c2, c3 );
float
f_mid_point
=
(
100.0
/
maximum
()
);
QColor
*
foo
;
add_colors
(
gradient
,
gradient2
,
0.0
,
0
,
1
,
2
);
add_colors
(
gradient
,
gradient2
,
0.4
5
,
3
,
4
,
5
);
add_colors
(
gradient
,
gradient2
,
0.5
5
,
6
,
7
,
8
);
add_colors
(
gradient
,
gradient2
,
f_mid_point
-
0.0
5
,
3
,
4
,
5
);
add_colors
(
gradient
,
gradient2
,
f_mid_point
+
0.0
5
,
6
,
7
,
8
);
add_colors
(
gradient
,
gradient2
,
1.0
,
9
,
10
,
11
);
painter
.
begin
(
&
pixGradient
);
...
...
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