✏️ Fixed typo
This commit is contained in:
parent
b0938f66a3
commit
b2b7e40010
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ hex_to_rgb() {
|
|||
((r = 16#${_:0:2}, g = 16#${_:2:2}, b = 16#${_:4:2}))
|
||||
a=1.0
|
||||
fi
|
||||
printf "%s\n" "rgb($r, $g, $b, $a)"
|
||||
printf "%s\n" "rgba($r, $g, $b, $a)"
|
||||
}
|
||||
|
||||
rgb_to_hex() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue