Commit 86b7b05
committed
feat: internalize extensions to
The initializers `init(rgba:)` and `init(light:dark:)`, introduced
in #168 are very useful, but should be `internal`. Marked as
`public`, these functions are liable to cause conflicts with other
packages. The potential for conflict is heightened by the functions'
utility and the intuitive name.Color
1 parent a9c7615 commit 86b7b05
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments