未验证 提交 97523123 编写于 作者: O openharmony_ci 提交者: Gitee

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

Merge pull request !6930 from hnz/N/A
......@@ -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.
先完成此消息的编辑!
想要评论请 注册