From eaf93f7c177e4bd0d6a258e88998e442cd905a69 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Wed, 21 May 2025 13:31:28 -0700 Subject: [PATCH] ziginfra README sync --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md 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 -- 2.54.0