Use brighter colors

This commit is contained in:
Brian Anderson 2012-05-03 23:14:49 -07:00
parent 0374f06a90
commit f0f705e722

View file

@ -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));