Skip to content

Commit

Permalink
added global locations
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekkumar08 committed Feb 9, 2021
1 parent c967923 commit b3637ad
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion js/utils/munsell.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@

/* global MUNSELL:writable, COLORS40:writable, p:writable, createjs, interpColor:writable */

/* exported getMunsellColor, searchColors, searchAllColors */
/*
Global locations
js/loader.js
createjs
*/

/* exported getMunsellColor, searchColors, searchAllColors, COLORS40, interpColor */
function getMunsellColor(hue, value, chroma) {
// hue (aka color) 0-100 -> 0-39
// value (aka shade) 0-100 -> 0-10
Expand Down

0 comments on commit b3637ad

Please sign in to comment.