Searched refs:colors (Results 1 – 5 of 5) sorted by relevance
85 return colors[Math.abs(slice.name.hashCode()) % colors.size] in colorFor()97 private val colors = listOf( constant
1086 colors = [1122 color=colors[j])1127 fill_color=colors[j])1152 color=colors[j])1157 fill_color=colors[j])1163 color=colors[j])1168 fill_color=colors[j])1204 color=colors[j])1209 fill_color=colors[j])
45 colors = {51 return colors[color] + string + end_color
312 colors = [326 color = colors[index_now % len(colors)]
465 def PrintColorString(message, colors=TextColors.OKBLUE, **kwargs): argument483 print(colors + message + TextColors.ENDC, **kwargs)487 def InteractWithQuestion(question, colors=TextColors.WARNING): argument497 return str(six.moves.input(colors + question + TextColors.ENDC).strip())