mirror of
https://github.com/servo/servo.git
synced 2025-07-21 22:33:41 +01:00
Use brighter colors
This commit is contained in:
parent
0374f06a90
commit
f0f705e722
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ fn draw_display_list(
|
|||
r: to_float(r) as AzFloat,
|
||||
g: to_float(g) as AzFloat,
|
||||
b: to_float(b) as AzFloat,
|
||||
a: 0.5f as AzFloat
|
||||
a: 1f as AzFloat
|
||||
};
|
||||
let red_pattern = AzCreateColorPattern(ptr::addr_of(red_color));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue