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

Method toHSV

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

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

(color)

Source from the content-addressed store, hash-verified

543 * @returns {string} HSV颜色,hsv(h,s,v)
544 */
545 toHSV(color) {
546 return this.convert(color, 'hsv');
547 }
548
549 /**
550 * @function LevelRenderer.Tool.Color.prototype.toHSBA

Callers 1

ColorSpec.jsFile · 0.80

Calls 1

convertMethod · 0.95

Tested by

no test coverage detected