Searched refs:_nColor2 (Results 1 – 1 of 1) sorted by relevance
77 boolean compareColorWithTolerance(int _nColor1, int _nColor2, int _nTolerance) in compareColorWithTolerance() argument85 int red2 = (_nColor2 >> 16) & 0xff; in compareColorWithTolerance()86 int green2 = (_nColor2 >> 8) & 0xff; in compareColorWithTolerance()87 int blue2 = (_nColor2 ) & 0xff; in compareColorWithTolerance()
Completed in 4 milliseconds