From bfec2c9a6a1768347ca2c0d095832e4c58da38b9 Mon Sep 17 00:00:00 2001 From: sunzy Date: Sat, 26 Jul 2025 10:21:30 +0800 Subject: [PATCH] Add DISPLAY_BT2020_SRGB color space Signed-off-by: sunzy --- api/@ohos.graphics.colorSpaceManager.d.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/api/@ohos.graphics.colorSpaceManager.d.ts b/api/@ohos.graphics.colorSpaceManager.d.ts index 3357dfec7a..374e6b20f6 100644 --- a/api/@ohos.graphics.colorSpaceManager.d.ts +++ b/api/@ohos.graphics.colorSpaceManager.d.ts @@ -558,6 +558,13 @@ declare namespace colorSpaceManager { */ H_LOG = 26, + /** + * PRIMARIES_BT2020 | TRANSFUNC_SRGB | RANGE_FULL + * @syscap SystemCapability.Graphic.Graphic2D.ColorManager.Core + * @since 20 + */ + DISPLAY_BT2020_SRGB = 27, + /** * Indicates a customized color space. * @syscap SystemCapability.Graphic.Graphic2D.ColorManager.Core -- Gitee