We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5c5d38 commit a11fa2aCopy full SHA for a11fa2a
README.md
@@ -15,8 +15,8 @@ Colors can be created from hex, rgb and hsl values
15
- `color = ${ Color.rgb(100, 0, 256) }` expects three integers each between 0 and 255
16
- `color = ${ Color.hsl(156, 25, 75) }` expects three integers a degree 0-355 and two percent values 0-100
17
18
-The methods rgb and hsl allow to specify the alpga as fourth argument
19
-expecting a dfloat between 0 and 1 `color = ${ Color.hsl(156, 25, 75, 0.5) `
+The methods rgb and hsl allow to specify the alpha as fourth argument
+expecting a float between 0 and 1 `color = ${ Color.hsl(156, 25, 75, 0.5) }`
20
21
### Manipulating
22
0 commit comments