| ... | ... | @@ -0,0 +1,19 @@ |
| 1 | # zig-color |
| 2 | |
| 3 |  |
| 4 | [](https://github.com/nektro/zig-color/blob/master/LICENSE) |
| 5 | [](https://github.com/sponsors/nektro) |
| 6 | [](https://ziglang.org/) |
| 7 | [](https://github.com/nektro/zigmod) |
| 8 | |
| 9 | A pure-Zig library for parsing and manipulating colors in and between multiple spaces. |
| 10 | |
| 11 | ## Supports |
| 12 | |
| 13 | - sRGB |
| 14 | - LinearRGB |
| 15 | - CMYK |
| 16 | - HSL |
| 17 | - HSV |
| 18 | - YUV |
| 19 | - YCbCr |