Searched refs:MaxIn (Results 1 – 2 of 2) sorted by relevance
54 : MinIn(0.0), MaxIn(1.0), ColorMap(SequentialMaps[static_cast<int>(S)]), in ColorHelper()78 : MinIn(-1.0), MaxIn(1.0), ColorMap(DivergingCoeffs[static_cast<int>(S)]), in ColorHelper()188 if (Point > MaxIn) in getColorTuple()192 double IntervalWidth = MaxIn - MinIn; in getColorTuple()
46 double MaxIn; variable