fn getcolor()

in src/show.rs [187:189]


fn getcolor(i: usize) -> FRGB {
    COLORS[i % COLORS.len()]
}