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

Method toHSBA

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

* @function LevelRenderer.Tool.Color.prototype.toHSBA * @description 转换为HSBA颜色。 * @param {string} color - 颜色。 * @returns {string} HSBA颜色,hsba(h,s,b,a)

(color)

Source from the content-addressed store, hash-verified

553 * @returns {string} HSBA颜色,hsba(h,s,b,a)
554 */
555 toHSBA(color) {
556 return this.convert(color, 'hsba');
557 }
558
559 /**
560 * @function LevelRenderer.Tool.Color.prototype.toHSB

Callers 1

ColorSpec.jsFile · 0.80

Calls 1

convertMethod · 0.95

Tested by

no test coverage detected