We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24b4b5b commit 7e627a0Copy full SHA for 7e627a0
src/common/util/ColorsPickerUtil.js
@@ -33,7 +33,6 @@ export class ColorsPickerUtil {
33
* @description 创建 DOM canvas。
34
* @param {number} height - canvas 高度。
35
* @param {number} width - canvas 宽度。
36
- * @version 11.3.0
37
*/
38
39
static createCanvas (height, width){
@@ -177,6 +176,7 @@ export class ColorsPickerUtil {
177
176
}
178
179
/**
+ * @version 11.3.0
180
* @function ColorsPickerUtil.getColorWithOpacity
181
* @description 设置颜色透明度
182
* @param {string} color - 颜色。
0 commit comments