Lines Matching refs:tie
150 tie = self.__rvar.get() + self.__gvar.get() + self.__bvar.get()
151 if tie in (0, 1, 2, 4):
157 7: 'Grey'}[tie]
188 tie = []
191 tie.append(red)
196 tie.append(green)
201 tie.append(blue)
211 elif atbound == WRAP or (atbound == RATIO and len(tie) < 2):
227 for c in tie:
233 delta = max(tie)
241 delta = min(tie)