@@ -59,11 +59,11 @@ def setup_and_check(self, arrays, names, title=''):
59
59
else :
60
60
# all 0.5 (white)
61
61
bg_value = full_like (diff , 0.5 )
62
- gradient = LinearGradient ([(0 , [.66 , .85 , 1. , .6 ]),
63
- (0.5 - 1e-16 , [.66 , .15 , 1. , .6 ]),
62
+ gradient = LinearGradient ([(0 , [.99 , .85 , 1. , .6 ]),
63
+ (0.5 - 1e-16 , [.99 , .15 , 1. , .6 ]),
64
64
(0.5 , [1. , 0. , 1. , 1. ]),
65
- (0.5 + 1e-16 , [.99 , .15 , 1. , .6 ]),
66
- (1 , [.99 , .85 , 1. , .6 ])])
65
+ (0.5 + 1e-16 , [.66 , .15 , 1. , .6 ]),
66
+ (1 , [.66 , .85 , 1. , .6 ])])
67
67
68
68
self .arraywidget = ArrayEditorWidget (self , self .array , readonly = True ,
69
69
bg_value = bg_value ,
@@ -105,11 +105,11 @@ def __init__(self, parent=None):
105
105
self .names = None
106
106
self .arraywidget = None
107
107
self .maxdiff_label = None
108
- self .gradient = LinearGradient ([(0 , [.66 , .85 , 1. , .6 ]),
109
- (0.5 - 1e-16 , [.66 , .15 , 1. , .6 ]),
108
+ self .gradient = LinearGradient ([(0 , [.99 , .85 , 1. , .6 ]),
109
+ (0.5 - 1e-16 , [.99 , .15 , 1. , .6 ]),
110
110
(0.5 , [1. , 0. , 1. , 1. ]),
111
- (0.5 + 1e-16 , [.99 , .15 , 1. , .6 ]),
112
- (1 , [.99 , .85 , 1. , .6 ])])
111
+ (0.5 + 1e-16 , [.66 , .15 , 1. , .6 ]),
112
+ (1 , [.66 , .85 , 1. , .6 ])])
113
113
114
114
def setup_and_check (self , sessions , names , title = '' ):
115
115
"""
0 commit comments