Skip to content

Commit

Permalink
Update ColorsPickerUtil.js
Browse files Browse the repository at this point in the history
  • Loading branch information
songyumeng authored Nov 14, 2024
1 parent 24b4b5b commit 7e627a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/util/ColorsPickerUtil.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export class ColorsPickerUtil {
* @description 创建 DOM canvas。
* @param {number} height - canvas 高度。
* @param {number} width - canvas 宽度。
* @version 11.3.0
*/

static createCanvas (height, width){
Expand Down Expand Up @@ -177,6 +176,7 @@ export class ColorsPickerUtil {
}

/**
* @version 11.3.0
* @function ColorsPickerUtil.getColorWithOpacity
* @description 设置颜色透明度
* @param {string} color - 颜色。
Expand Down

0 comments on commit 7e627a0

Please sign in to comment.