Searched refs:SectionWidth (Results 1 – 1 of 1) sorted by relevance
194 double SectionWidth = IntervalWidth / static_cast<double>(MaxIndex); in getColorTuple() local195 size_t SectionNo = std::floor(OffsetP / SectionWidth); in getColorTuple()196 double T = (OffsetP - SectionNo * SectionWidth) / SectionWidth; in getColorTuple()