normalized_activation: neuronScale()

in neuron-viewer/src/types.ts [38:44]


      normalized_activation: neuronScale(activation),
  }))))
}

export type Color = {r: number, g: number, b: number};
export function interpolateColor(color_l: Color, color_r: Color, value: number) {
  const color = {