提交 11d620a6 编写于 作者: Z zhangbingce

fixed d05ee0d5 from https://gitee.com/zhangbingce/docs/pulls/18135

[canvas]canvasGradient类addColorStop接口颜色参数说明补充
Signed-off-by: Nzhangbingce <zhangbingce@huawei.com>
Change-Id: Ie038bec243bd896694514da4182fee183f43c792
上级 fbaa8324
......@@ -22,7 +22,7 @@ addColorStop(offset: number, color: string): void
| 参数 | 类型 | 必填 | 默认值 | 描述 |
| ------ | ------ | ---- | --------- | ---------------------------- |
| offset | number | 是 | 0 | 设置渐变点距离起点的位置占总体长度的比例,范围为0到1。 |
| color | string | 是 | '#ffffff' | 设置渐变的颜色。 |
| color | string | 是 | '#ffffff' | 设置渐变的颜色。颜色格式参考[ResourceColor](ts-types.md#resourcecolor)中string类型说明 |
**示例:**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册