From 20a1f9e538ce409c2dff15bf4597efa125b15af0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E6=B2=BA=E8=80=B3?= Date: Sun, 23 Apr 2023 03:08:52 +0000 Subject: [PATCH] =?UTF-8?q?fixed=2028b98c6=20from=20https://gitee.com/zhou?= =?UTF-8?q?tianer/docs/pulls/17547=20=E8=A1=A5=E5=85=85=E8=AF=B4=E6=98=8EC?= =?UTF-8?q?olorFilter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 周沺耳 --- zh-cn/application-dev/reference/arkui-ts/ts-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-types.md b/zh-cn/application-dev/reference/arkui-ts/ts-types.md index bf4d77f9ce..1643ee85b4 100644 --- a/zh-cn/application-dev/reference/arkui-ts/ts-types.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-types.md @@ -205,7 +205,7 @@ | 名称 | 类型 | 必填 | 描述 | | ----------- | -------- | ---- | ---------------------------------------- | -| constructor | number[] | 是 | 创建具有4\*5矩阵的颜色过滤器, 入参为[m\*n]位于m行和n列中矩阵值, 矩阵是行优先的。 | +| constructor | number[] | 是 | 创建具有4\*5矩阵的颜色过滤器, 入参为[m\*n]位于m行和n列中矩阵值,每个值的有效范围是[0, 1], 矩阵是行优先的。 | ## CustomBuilder8+ -- GitLab