MCPcopy Create free account
hub / github.com/SuperMap/iClient-JavaScript / toString

Function toString

src/common/style/CartoCSS.js:2941–2946  ·  view source on GitHub ↗
(env)

Source from the content-addressed store, hash-verified

2939 color: color,
2940 mode: mode,
2941 toString(env) {
2942 return '\n\t<stop value="' + val.ev(env) + '"' +
2943 (color ? ' color="' + color.ev(env) + '" ' : '') +
2944 (mode ? ' mode="' + mode.ev(env) + '" ' : '') +
2945 '/>';
2946 }
2947 };
2948 },
2949 hsl: function (h, s, l) {

Callers

nothing calls this directly

Calls 1

evMethod · 0.45

Tested by

no test coverage detected