mirror of
https://github.com/TangentFoxy/lume.git
synced 2024-11-19 07:04:24 +00:00
Fixed lume.color example in README
This commit is contained in:
parent
84e23cb82c
commit
e0d55c8446
@ -420,7 +420,7 @@ values are multiplied by the number `mul` if it is provided.
|
||||
lume.color("#ff0000") -- Returns 1, 0, 0, 1
|
||||
lume.color("rgba(255, 0, 255, .5)") -- Returns 1, 0, 1, .5
|
||||
lume.color("#00ffff", 256) -- Returns 0, 256, 256, 256
|
||||
lume.color("rgb(255, 0, 0, 1)", 256) -- Returns 256, 0, 0, 256
|
||||
lume.color("rgb(255, 0, 0)", 256) -- Returns 256, 0, 0, 256
|
||||
```
|
||||
|
||||
### lume.rgba(color)
|
||||
|
Loading…
Reference in New Issue
Block a user