Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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.js
File · 0.45
ColorSpec.js
File · 0.45
Color.js
File · 0.45
operate
Method · 0.45
getStepColors
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected