diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..c9e6cda1046b71e38b9ba05406c66463ae155849 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# zig-color + +![loc](https://sloc.xyz/github/nektro/zig-color) +[![license](https://img.shields.io/github/license/nektro/zig-color.svg)](https://github.com/nektro/zig-color/blob/master/LICENSE) +[![nektro @ github sponsors](https://img.shields.io/badge/sponsors-nektro-purple?logo=github)](https://github.com/sponsors/nektro) +[![Zig](https://img.shields.io/badge/Zig-0.14-f7a41d)](https://ziglang.org/) +[![Zigmod](https://img.shields.io/badge/Zigmod-latest-f7a41d)](https://github.com/nektro/zigmod) + +A pure-Zig library for parsing and manipulating colors in and between multiple spaces. + +## Supports + +- sRGB +- LinearRGB +- CMYK +- HSL +- HSV +- YUV +- YCbCr