Skip to content

Commit 7e627a0

Browse files
authored
Update ColorsPickerUtil.js
1 parent 24b4b5b commit 7e627a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/util/ColorsPickerUtil.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ export class ColorsPickerUtil {
3333
* @description 创建 DOM canvas。
3434
* @param {number} height - canvas 高度。
3535
* @param {number} width - canvas 宽度。
36-
* @version 11.3.0
3736
*/
3837

3938
static createCanvas (height, width){
@@ -177,6 +176,7 @@ export class ColorsPickerUtil {
177176
}
178177

179178
/**
179+
* @version 11.3.0
180180
* @function ColorsPickerUtil.getColorWithOpacity
181181
* @description 设置颜色透明度
182182
* @param {string} color - 颜色。

0 commit comments

Comments
 (0)