UNPKG

@cornerstonejs/core

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