pull/16/merge
René Løwe Jacobsen 8 years ago committed by GitHub
commit 2e7d07f40d

@ -225,8 +225,10 @@
if (!ranges[typ][typ]) { // no alpha|HEX
if (type !== typ && typ !== 'XYZ') {
from = exceptions[typ] || 'rgb';
if (typ !== from) {
colors[typ] = convert[from + '2' + typ](colors[from]);
}
}
if (!RND[typ]) RND[typ] = {};
modes = colors[typ];

Loading…
Cancel
Save