mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 22:25:46 +01:00
less prominent meter shade
This commit is contained in:
parent
2caf5c8818
commit
f801144472
1 changed files with 2 additions and 2 deletions
|
|
@ -166,8 +166,8 @@ FastMeter::generate_meter_pattern (
|
|||
|
||||
if (1) { // TODO Config->get_meter_shade()
|
||||
cairo_pattern_t* shade_pattern = cairo_pattern_create_linear (0.0, 0.0, width, 0.0);
|
||||
cairo_pattern_add_color_stop_rgba (shade_pattern, 0, 1.0, 1.0, 1.0, 0.3);
|
||||
cairo_pattern_add_color_stop_rgba (shade_pattern, 1, 0.0, 0.0, 0.0, 0.5);
|
||||
cairo_pattern_add_color_stop_rgba (shade_pattern, 0, 1.0, 1.0, 1.0, 0.2);
|
||||
cairo_pattern_add_color_stop_rgba (shade_pattern, 1, 0.0, 0.0, 0.0, 0.3);
|
||||
|
||||
cairo_surface_t* surface;
|
||||
cairo_t* tc = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue