1
0
Fork 0
forked from wry/wry

color-management-v1: initial implementation

This commit is contained in:
Julian Orth 2025-02-26 14:32:57 +01:00
parent 084006d64a
commit c66f5798b7
22 changed files with 1130 additions and 3 deletions

View file

@ -9,6 +9,7 @@
opacity on top of a red window will produce a perfectly yellow image instead of a muddy
yellow. The blend buffer is only used for those areas of the screen where blending is
observable. This should have no impact on performance in the common case.
- Implement color-management-v1.
# 1.9.1 (2025-02-13)