UNPKG

itk-viewer-bootstrap-ui

Version:

[![npm version](https://badge.fury.io/js/itk-viewer-bootstrap-ui.svg)](https://badge.fury.io/js/itk-viewer-bootstrap-ui) ![react-bootstrap version](https://img.shields.io/badge/React%20Bootstap-%3E=1.6.1-brightgreen.svg) [![Documentation Status](https://r

19 lines (16 loc) 623 B
// import applyLookupTable from './applyLookupTable' // import applyLabelImageBlend from './applyLabelImageBlend' function updateLabelImageInterface(context) { // const name = context.images.selectedName // const actorContext = context.images.actorContext.get(name) // const labelImage = actorContext.labelImage // if (labelImage) { // applyLookupTable(context, { // data: { name, lookupTable: actorContext.lookupTable }, // }) // applyLabelImageBlend(context, { // data: { name, labelImageBlend: actorContext.labelImageBlend }, // }) // } } export default updateLabelImageInterface