Package net.imglib2.display
Interface ColorConverter
-
- All Superinterfaces:
LinearRange
- All Known Subinterfaces:
RealARGBColorConverter<R>
- All Known Implementing Classes:
ARGBARGBColorConverter,ARGBARGBColorConverter.ToGray,ARGBARGBColorConverter.VolatileToGray,RealARGBColorConverterFactory.Imp,ScaledARGBConverter,ScaledARGBConverter.ARGB,ScaledARGBConverter.VolatileARGB
public interface ColorConverter extends LinearRange
Allows to set a target color for aConverter, in addition to min/max of the sourcelinear range.(This is used in BigDataViewer to tie converter configuration into the UI.)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ARGBTypegetColor()voidsetColor(ARGBType c)booleansupportsColor()-
Methods inherited from interface net.imglib2.display.LinearRange
getMax, getMin, setMax, setMin
-
-