Class Pseudocolor

    • Constructor Detail

      • Pseudocolor

        public Pseudocolor()
    • Method Detail

      • apply

        public Img<ARGBType> apply​(FitResults rslt,
                                   Float cMin,
                                   Float cMax,
                                   Float bMin,
                                   Float bMax,
                                   ColorTable lut)
        Specified by:
        apply in interface Functions.Arity6<FitResults,​Float,​Float,​Float,​Float,​ColorTable,​Img<ARGBType>>
        Parameters:
        rslt - the results from the Fit
        cMin - The lower bound used for the hue map. Hue values below this bound will be mapped to black. Defaults to the fifth percentile value across all lifetime values.
        cMax - The upper bound used for the hue map. Hue values above this bound will be mapped to white. Defaults to the ninety-fifth percentile value across all lifetime values.
        bMin - The lower bound used for the value map. Defaults to the minimum of rslt.intensityMap
        bMax - The upper bound used for the value map. Defaults to the 99.5th percentile of rslt.intensityMap
        lut - the ColorTable function to map hues between cMin and cMax. Defaults to tri2().
        Returns: