Lines Matching refs:color
760 def AddOutcome(self, board_dict, arch_list, changes, char, color): argument
780 str = self.col.Color(color, ' ' + target)
782 str = ' %s %s' % (self.col.Color(color, char), str)
791 color = self.col.RED if num > 0 else self.col.GREEN
794 return self.col.Color(color, str(num))
860 color = self.col.RED if diff > 0 else self.col.GREEN
863 Print(msg, colour=color)
885 color = self.col.RED if diff > 0 else self.col.GREEN
891 Print(msg, colour=color, newline=False)
995 color = self.col.RED if avg_diff > 0 else self.col.GREEN
1001 Print(msg, colour=color, newline=False)