Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
waacton committed Nov 10, 2023
2 parents d307c56 + 0434d28 commit 4bcd9f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4bcd9f8

Please sign in to comment.