MCPcopy Index your code
hub / github.com/davidmerfield/randomColor / loadColorBounds

Function loadColorBounds

randomColor.js:363–474  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

361 }
362
363 function loadColorBounds() {
364 defineColor("monochrome", null, [
365 [0, 0],
366 [100, 0],
367 ]);
368
369 defineColor(
370 "red",
371 [-26, 18],
372 [
373 [20, 100],
374 [30, 92],
375 [40, 89],
376 [50, 85],
377 [60, 78],
378 [70, 70],
379 [80, 60],
380 [90, 55],
381 [100, 50],
382 ]
383 );
384
385 defineColor(
386 "orange",
387 [18, 46],
388 [
389 [20, 100],
390 [30, 93],
391 [40, 88],
392 [50, 86],
393 [60, 85],
394 [70, 70],
395 [100, 70],
396 ]
397 );
398
399 defineColor(
400 "yellow",
401 [46, 62],
402 [
403 [25, 100],
404 [40, 94],
405 [50, 89],
406 [60, 86],
407 [70, 84],
408 [80, 82],
409 [90, 80],
410 [100, 75],
411 ]
412 );
413
414 defineColor(
415 "green",
416 [62, 178],
417 [
418 [30, 100],
419 [40, 90],
420 [50, 85],

Callers 1

randomColor.jsFile · 0.85

Calls 1

defineColorFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…