chore: fix format in 24-bit-color script

This commit is contained in:
João Paulo Dubas 2025-05-28 18:46:40 +00:00
parent 71cbbd2b2b
commit cfe25c4dfa
Signed by: joao.dubas
SSH Key Fingerprint: SHA256:V1mixgOGRc/YMhGx/DNkOSmJxgA2vHNrDZEk3wt/kOA

View File

@ -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