chore: fix format in 24-bit-color script
This commit is contained in:
parent
71cbbd2b2b
commit
cfe25c4dfa
@ -23,7 +23,7 @@ resetOutput()
|
||||
# $red $green and $blue are integers
|
||||
# ranging between 0 and 255 inclusive
|
||||
rainbowColor()
|
||||
{
|
||||
{
|
||||
let h=$1/43
|
||||
let f=$1-43*$h
|
||||
let t=$f*255/43
|
||||
|
Loading…
x
Reference in New Issue
Block a user