From 1534417ba61363b6d65237860455e3c8b1e5722b Mon Sep 17 00:00:00 2001 From: hw_wyx Date: Wed, 8 May 2024 19:48:50 +0800 Subject: [PATCH] addColorFilterCAPI Signed-off-by: hw_wyx --- arkui/ace_engine/native/native_node.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arkui/ace_engine/native/native_node.h b/arkui/ace_engine/native/native_node.h index 2d11ef58871..0872d250574 100644 --- a/arkui/ace_engine/native/native_node.h +++ b/arkui/ace_engine/native/native_node.h @@ -2051,10 +2051,12 @@ typedef enum { * Format of the {@link ArkUI_AttributeItem} parameter for setting the attribute:\n * .value[0].f32 to .value[19].f32: filter matrix array. \n * .size: 5 x 4 filter array size. \n + * .obejct: Object input, blendMode colorFilter.\n * \n * Format of the return value {@link ArkUI_AttributeItem}:\n * .value[0].f32 to .value[19].f32: filter matrix array. \n * .size: 5 x 4 filter array size. \n + * .obejct: Object input, blendMode colorFilter.\n * */ NODE_IMAGE_COLOR_FILTER, -- Gitee