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

Method toHSL

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

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

(color)

Source from the content-addressed store, hash-verified

583 * @returns {string} HSL颜色,hsl(h,s,l)
584 */
585 toHSL(color) {
586 return this.convert(color, 'hsl');
587 }
588
589 /**
590 * @function LevelRenderer.Tool.Color.prototype.toName

Callers

nothing calls this directly

Calls 1

convertMethod · 0.95

Tested by

no test coverage detected