update api/@ohos.graphics.uiEffect.d.ts.

Signed-off-by: 耿豪 <genghao13@huawei.com>
This commit is contained in:
耿豪 2024-05-30 09:49:35 +00:00 committed by Gitee
parent b9a7c8587a
commit 14ed4931ee
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -204,11 +204,11 @@ declare namespace uiEffect {
function createFilter(): Filter;
/**
* Create a VisualEffect to add multiple effects to the component.
* @returns { VisualEffect } Returns the head node of visualEffect.
* @syscap SystemCapability.Graphics.Drawing
* @since 12
*/
* Create a VisualEffect to add multiple effects to the component.
* @returns { VisualEffect } Returns the head node of visualEffect.
* @syscap SystemCapability.Graphics.Drawing
* @since 12
*/
function createEffect(): VisualEffect;
/**