From 24fb7c9b28b7d1953ec3f4a62df973205eecd468 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Wed, 6 Jan 2016 19:08:16 +1100 Subject: [PATCH] Update readme Former-commit-id: 9bbd6bd01396d7b6ba4d558805c43f7c30c5d240 Former-commit-id: 3497c0bbc415ce6b164013ecdc40d423c154e68b Former-commit-id: 9a00483cb0f1c66b64c42f9ab309ab3de272cebb --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 623809a0c2..f26b63fc11 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,8 @@ git clone https://github.com/JimBobSquarePants/ImageProcessor - Basic color structs with implicit operators. Vector backed. [#260](https://github.com/JimBobSquarePants/ImageProcessor/issues/260) - [x] Color - Float based, premultiplied alpha, No limit to r, g, b, a values allowing for a fuller color range. - [x] BGRA32 - - [ ] CIE Lab - - [ ] CIE XYZ + - [x] CIE Lab + - [x] CIE XYZ - [x] CMYK - [x] HSV - [x] HSL