MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / toHSLA

Method toHSLA

src/common/overlay/levelRenderer/Color.js:575–577  ·  view source on GitHub ↗

* @function LevelRenderer.Tool.Color.prototype.toHSLA * @description 转换为HSLA颜色。 * @param {string} color - 颜色。 * @returns {string} HSLA颜色,hsla(h,s,l,a)

(color)

Source from the content-addressed store, hash-verified

573 * @returns {string} HSLA颜色,hsla(h,s,l,a)
574 */
575 toHSLA(color) {
576 return this.convert(color, 'hsla');
577 }
578
579 /**
580 * @function LevelRenderer.Tool.Color.prototype.toHSL

Callers 1

ColorSpec.jsFile · 0.80

Calls 1

convertMethod · 0.95

Tested by

no test coverage detected