未验证 提交 16f982c0 编写于 作者: H hnz 提交者: Gitee

【文档体验官】TS画布组件-CanvasGradient对象,addColorStop默认值十六进制颜色表示缺少‘#’字符

Signed-off-by: N贺念哲 <nzhe@isoftstone.com>
上级 8bb3ec0c
......@@ -17,7 +17,7 @@ addColorStop(offset: number, color: string): void
| 参数 | 类型 | 必填 | 默认值 | 描述 |
| -------- | -------- | -------- | -------- | -------- |
| offset | number | 是 | 0 | 设置渐变点距离起点的位置占总体长度的比例,范围为0到1。 |
| color | string | 是 | 'ffffff' | 设置渐变的颜色。 |
| color | string | 是 | '#ffffff' | 设置渐变的颜色。 |
- 示例
```ts
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册