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 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

      void setColor(ARGBType c)
    • supportsColor

      boolean supportsColor()