Searched defs:score_colors (Results 1 – 2 of 2) sorted by relevance
22 def __init__(self, image_width, image_height, score_colors): argument134 score_colors, test_version): argument
75 score_colors = ((0.9, 'blue'), (0.8, 'orange'), (0.0, 'red')) variable