chore: minor random updates #240

Merged
joao.dubas merged 5 commits from jpd-chore-minor-changes into main 2025-05-28 18:50:25 +00:00
Showing only changes of commit cfe25c4dfa - Show all commits

View File

@ -23,7 +23,7 @@ resetOutput()
# $red $green and $blue are integers # $red $green and $blue are integers
# ranging between 0 and 255 inclusive # ranging between 0 and 255 inclusive
rainbowColor() rainbowColor()
{ {
let h=$1/43 let h=$1/43
let f=$1-43*$h let f=$1-43*$h
let t=$f*255/43 let t=$f*255/43