Class RealARGBConverter<R extends RealType<?>>

java.lang.Object
net.imglib2.display.AbstractLinearRange
net.imglib2.converter.RealARGBConverter<R>
All Implemented Interfaces:
Converter<R,ARGBType>, LinearRange
Direct Known Subclasses:
VolatileRealTypeARGBConverter

public class RealARGBConverter<R extends RealType<?>> extends AbstractLinearRange implements Converter<R,ARGBType>
  • Field Details

    • alpha

      private int alpha
  • Constructor Details

    • RealARGBConverter

      public RealARGBConverter()
    • RealARGBConverter

      public RealARGBConverter(double min, double max)
  • Method Details

    • convert

      public void convert(R input, ARGBType output)
      Specified by:
      convert in interface Converter<R extends RealType<?>, ARGBType>
    • setAlpha

      public void setAlpha(int alpha)
    • getAlpha

      public int getAlpha()