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

Method resetHighlight

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

* @function LevelRenderer.Tool.Color.prototype.resetHighlight * @description 重置默认高亮颜色。将当前的高亮色作为默认高亮颜色

()

Source from the content-addressed store, hash-verified

264 * @description 重置默认高亮颜色。将当前的高亮色作为默认高亮颜色
265 */
266 resetHighlight() {
267 this.highlightColor = this._highlightColor;
268 }
269
270 /**
271 * @function LevelRenderer.Tool.Color.prototype.getHighlightColor

Callers 1

ColorSpec.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected