const g = normalizeValue(typedBuffer[j + 1] || r, datatype, typeSize, maxV, minV);
const b = normalizeValue(typedBuffer[j + 2] || r, datatype, typeSize, maxV, minV);
These fallbacks in panel.js cause problems rendering colors when a channel has value of zero. Could this be removed or changed to only fallback when green and blue are both zero??
These fallbacks in panel.js cause problems rendering colors when a channel has value of zero. Could this be removed or changed to only fallback when green and blue are both zero??
Thanks