MCPcopy
hub / github.com/gizak/termui / SelectColor

Function SelectColor

v3/utils.go:44–46  ·  view source on GitHub ↗
(colors []Color, index int)

Source from the content-addressed store, hash-verified

42}
43
44func SelectColor(colors []Color, index int) Color {
45 return colors[index%len(colors)]
46}
47
48func SelectStyle(styles []Style, index int) Style {
49 return styles[index%len(styles)]

Callers 5

DrawMethod · 0.85
DrawMethod · 0.85
DrawMethod · 0.85
renderBrailleMethod · 0.85
renderDotMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…