From 0434d286c2def597c43ba678dae4c1142d277a3e Mon Sep 17 00:00:00 2001 From: Wacton Date: Mon, 6 Nov 2023 23:42:10 +0000 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8af39533..c3a12f6c 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,8 @@ Simulation of colour vision deficiency (CVD) / colour blindness is supported for - Tritanopia (no blue perception) - Achromatopsia (no colour perception) -If a colour is outwith the display gamut, the closest in-gamut colour can be obtained using the provided gamut mapping algorithm, which meets CSS specifications. +If a colour is outwith the display gamut, the closest in-gamut colour can be obtained using gamut mapping. +The algorithm implemented in Unicolour conforms to CSS specifications. Unicolour uses sRGB as the default RGB model and standard illuminant D65 (2° observer) as the default white point of the XYZ colour space. These [can be overridden](#advanced-configuration-) using the `Configuration` parameter.