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

Method toHSVA

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

* @function LevelRenderer.Tool.Color.prototype.toHSVA * @description 转换为HSV颜色。 * @param {string} color - 颜色。 * @returns {string} HSVA颜色,hsva(h,s,v,a)

(color)

Source from the content-addressed store, hash-verified

533 * @returns {string} HSVA颜色,hsva(h,s,v,a)
534 */
535 toHSVA(color) {
536 return this.convert(color, 'hsva');
537 }
538
539 /**
540 * @function LevelRenderer.Tool.Color.prototype.toHSV

Callers 1

ColorSpec.jsFile · 0.80

Calls 1

convertMethod · 0.95

Tested by

no test coverage detected