From ce362a5854b0d4b50989b0b6f193c8cf3d77a6f1 Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Tue, 31 Jan 2023 20:30:02 -0500 Subject: [PATCH] oklab numbers --- color.d | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/color.d b/color.d index fea522f..5e1131a 100644 --- a/color.d +++ b/color.d @@ -533,9 +533,9 @@ struct Color { L = perceived lightness. From 0 to 1.0. - a = how green/red the color is. Apparently supposed to be from -.233 to .276 + a = how green/red the color is. Apparently supposed to be from -.233887 to .276216 - b = how blue/yellow the color is. Apparently supposed to be from -.311 to 0.198. + b = how blue/yellow the color is. Apparently supposed to be from -.311528 to 0.198570. History: Added December 1, 2022 (dub v10.10)