Searched refs:nCurrentColor (Results 1 – 1 of 1) sorted by relevance
228 int nCurrentColor = _aImage.getPixel(x, y); in findBorder() local229 if (! compareColorWithTolerance(nCurrentColor, _nBorderColor, 10)) in findBorder()247 int nCurrentColor = _aImage.getPixel(nx, ny); in findBorder() local248 if (! compareColorWithTolerance(nCurrentColor, _nBorderColor, 10)) in findBorder()
Completed in 14 milliseconds