Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/davidmerfield/randomColor
/ getSaturationRange
Function
getSaturationRange
randomColor.js:288–290 ·
view source on GitHub ↗
(hue)
Source
from the content-addressed store, hash-verified
286
}
287
288
function
getSaturationRange(hue) {
289
return
getColorInfo(hue).saturationRange;
290
}
291
292
function
getColorInfo(hue) {
293
// Maps red colors to make picking hue easier
Callers
1
pickSaturation
Function · 0.85
Calls
1
getColorInfo
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…