(x: number)
| 153 | const g = Math.floor(index / 6) % 6 |
| 154 | const r = Math.floor(index / 36) |
| 155 | const value = (x: number) => (x === 0 ? 0 : x * 40 + 55) |
| 156 | return RGBA.fromInts(value(r), value(g), value(b)) |
| 157 | } |
| 158 |
no outgoing calls
no test coverage detected