UNPKG

@cornerstonejs/core

Version:
4 lines (3 loc) 275 B
import vtkColorTransferFunction from '@kitware/vtk.js/Rendering/Core/ColorTransferFunction'; import type { VOIRange } from '../types/voi.js'; export default function createSigmoidRGBTransferFunction(voiRange: VOIRange, approximationNodes?: number): vtkColorTransferFunction;