From 395a1705042818a421a0bea4c593c9ab5d8edeae Mon Sep 17 00:00:00 2001 From: Sebastian Wick Date: Wed, 25 Oct 2023 19:29:46 +0200 Subject: [PATCH] color: Recommend handling untagged surfaces as sRGB Closes: https://gitlab.freedesktop.org/swick/wayland-protocols/-/issues/17 Signed-off-by: Sebastian Wick --- staging/color-management/color-management-v1.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/staging/color-management/color-management-v1.xml b/staging/color-management/color-management-v1.xml index 6c02ba2..2003a87 100644 --- a/staging/color-management/color-management-v1.xml +++ b/staging/color-management/color-management-v1.xml @@ -331,7 +331,9 @@ By default, a surface does not have an associated image description nor a rendering intent. The handling of color on such surfaces is - compositor implementation defined. + compositor implementation defined. Compositors should handle such + surfaces as sRGB but may handle them differently if they have specific + requirements.