Home
last modified time | relevance | path

Searched refs:_dhmax (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/openfx-misc/openfx-misc-3ab0531/HSVTool/
H A DHSVTool.cpp838 float _dhmax; // -180..180 member in HSVRangeProcessorBase
850 , _dhmax(-FLT_MAX) in HSVRangeProcessorBase()
870 if (_dhmax - _dhmin > 179.9) { in getResults()
876 hsvmax->h = normalizeAngle(_hmean + _dhmax); in getResults()
894 if (dhmax > _dhmax) { _dhmax = dhmax; } in addResults()