Class RealARGBColorConverterFactory.Imp<R extends RealType<?>>

java.lang.Object
net.imglib2.display.RealARGBColorConverterFactory.Imp<R>
All Implemented Interfaces:
Converter<R,ARGBType>, ColorConverter, LinearRange, RealARGBColorConverter<R>
Enclosing class:
RealARGBColorConverterFactory

public static class RealARGBColorConverterFactory.Imp<R extends RealType<?>> extends Object implements RealARGBColorConverter<R>
  • Field Details

    • min

      private double min
    • max

      private double max
    • color

      private final ARGBType color
    • A

      private int A
    • scaleR

      private double scaleR
    • scaleG

      private double scaleG
    • scaleB

      private double scaleB
    • black

      private int black
  • Constructor Details

    • Imp

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