UNPKG

@lunit/insight-viewer

Version:

Based on the cornerstone library, it provides several components for handling Dicom images

6 lines (5 loc) 209 B
/** * A function that converts probability values * (0~1) of a specific area into [r, g, b] arrays corresponding to JET colormap colors */ export declare function getRGBArray(value: number): number[];