Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SuperMap/iClient-JavaScript
/ getUniqueColors
Method
getUniqueColors
src/openlayers/mapping/WebMap.js:3661–3663 ·
view source on GitHub ↗
(colors, valuesLen)
Source
from the content-addressed store, hash-verified
3659
}
3660
3661
getUniqueColors(colors, valuesLen) {
3662
return
ColorsPickerUtil.getGradientColors(colors, valuesLen);
3663
}
3664
3665
/**
3666
* @private
Callers
1
getUniqueStyleGroup
Method · 0.95
Calls
1
getGradientColors
Method · 0.45
Tested by
no test coverage detected