From 0dae985c130657bbb17841528ffea1c55f8bb2e5 Mon Sep 17 00:00:00 2001 From: aryawang Date: Sun, 17 Mar 2024 08:53:30 +0000 Subject: [PATCH] =?UTF-8?q?NDK=20C-Api=20color=20Filter=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: aryawang Change-Id: Ibbfad2829ac2a6fbbbd1e4af7c7d3225579fd577 --- arkui/ace_engine/native/native_node.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arkui/ace_engine/native/native_node.h b/arkui/ace_engine/native/native_node.h index cc2f06428..9f8e55f20 100644 --- a/arkui/ace_engine/native/native_node.h +++ b/arkui/ace_engine/native/native_node.h @@ -1764,11 +1764,11 @@ typedef enum { * This attribute can be set, reset, and obtained as required through APIs. * * Format of the {@link ArkUI_AttributeItem} parameter for setting the attribute:\n - * .value[0].i32 to .value[19].i32: filter matrix array. \n + * .value[0].f32 to .value[19].f32: filter matrix array. \n * .size: 5 x 4 filter array size. \n * \n * Format of the return value {@link ArkUI_AttributeItem}:\n - * .value[0].i32 to .value[19].i32: filter matrix array. \n + * .value[0].f32 to .value[19].f32: filter matrix array. \n * .size: 5 x 4 filter array size. \n * */ -- Gitee