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

Method toColor

src/common/style/CartoCSS.js:3447–3449  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3445 }
3446
3447 toColor() {
3448 return new CartoCSS.Tree.Color([this.value, this.value, this.value]);
3449 }
3450
3451 round() {
3452 this.value = Math.round(this.value);

Callers 5

ColorUtilSpec.jsFile · 0.45
ColorSpec.jsFile · 0.45
Color.jsFile · 0.45
operateMethod · 0.45
getStepColorsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected