diff --git a/arkui/ace_engine/native/native_node.h b/arkui/ace_engine/native/native_node.h index 2d11ef58871b507b1b7d6f70869b37ed98ec5323..0872d25057485bdf916e144a554098ff80c8975a 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,