From b2d34dd61de693b2dd2a97d080f1306c518ab59a Mon Sep 17 00:00:00 2001 From: Pekka Paalanen <pekka.paalanen@collabora.com> Date: Fri, 13 Dec 2024 17:32:38 +0200 Subject: [PATCH] color: TF bt1886 implies BT.2035 lum Each one of BT.709, BT.601, and BT.2020 refer to BT.1886 as the reference display characteristic, and BT.2035 as the reference viewing environment. Use the values from BT.2035 as the default luminance values. The minimum luminance is the worst case allowed by BT.2035. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com> --- staging/color-management/color-management-v1.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/staging/color-management/color-management-v1.xml b/staging/color-management/color-management-v1.xml index 4a2461e9..3159f21b 100644 --- a/staging/color-management/color-management-v1.xml +++ b/staging/color-management/color-management-v1.xml @@ -271,6 +271,11 @@ - Rec. ITU-R BT.2020-2 These recommendations are referred to by H.273 TransferCharacteristics code points 1, 6, 14, and 15, which are all equivalent. + + This TF implies these default luminances from Rec. ITU-R BT.2035: + - primary color volume minimum: 0.01 cd/m² + - primary color volume maximum: 100 cd/m² + - reference white: 100 cd/m² </description> </entry> <entry name="gamma22" value="2"> -- GitLab