From ac7cac39f47e7f7b56835964c4674d53ccebdd19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8A=89=E5=87=A1?= Date: Sat, 14 Jun 2025 11:10:42 +0000 Subject: [PATCH] update graphic/graphic_2d/native_effect/effect_types.h. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 劉凡 --- graphic/graphic_2d/native_effect/effect_types.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/graphic/graphic_2d/native_effect/effect_types.h b/graphic/graphic_2d/native_effect/effect_types.h index d84b05e13..f4ee09644 100644 --- a/graphic/graphic_2d/native_effect/effect_types.h +++ b/graphic/graphic_2d/native_effect/effect_types.h @@ -66,10 +66,10 @@ typedef struct OH_PixelmapNative OH_PixelmapNative; * @since 12 * @version 1.0 */ -struct OH_Filter_ColorMatrix { - /** val mast be 5*4 */ +typedef struct OH_Filter_ColorMatrix { + /** val must be 5*4 */ float val[20]; -}; +} OH_Filter_ColorMatrix; /** * @brief Defines a effect filter error code. -- Gitee