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
Allows to set a target color for a
Converter, in addition to min/max
of the source linear range.
(This is used in BigDataViewer to tie converter configuration into the UI.)
-
Method Details
-
getColor
ARGBType getColor() -
setColor
-
supportsColor
boolean supportsColor()
-