Searched refs:_nColor1 (Results 1 – 1 of 1) sorted by relevance
77 boolean compareColorWithTolerance(int _nColor1, int _nColor2, int _nTolerance) in compareColorWithTolerance() argument80 int red1 = (_nColor1 >> 16) & 0xff; in compareColorWithTolerance()81 int green1 = (_nColor1 >> 8) & 0xff; in compareColorWithTolerance()82 int blue1 = (_nColor1 ) & 0xff; in compareColorWithTolerance()
Completed in 8 milliseconds