@FunctionalInterface public static interface PreviewImageDisplay.ImageAnnotator
PreviewImageDisplay.setImage(net.imglib2.RandomAccessibleInterval<net.imglib2.type.numeric.real.FloatType>, net.imglib2.converter.RealLUTConverter<net.imglib2.type.numeric.real.FloatType>, flimlib.flimj.ui.PreviewImageDisplay.ImageAnnotator)
.Modifier and Type | Method and Description |
---|---|
ARGBType |
annotate(RandomAccess<FloatType> srcRA,
RandomAccess<ARGBType> lutedRA)
Recolors the rendered pixel given a pointer to the source float value and the LUT
converted color.
|
ARGBType annotate(RandomAccess<FloatType> srcRA, RandomAccess<ARGBType> lutedRA)
srcRA.get()
and lutedRA.get()
. The implementation may refer to
the location through e.g. srcRA.getPosition()
.srcRA
- the RandomAccess
pointing at the value being convertedlutedRA
- the RandomAccess
pointing at the converted colorCopyright © 2015–2022 FLIMLib. All rights reserved.