Home
last modified time | relevance | path

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DBorderRemover.java77 boolean compareColorWithTolerance(int _nColor1, int _nColor2, int _nTolerance) in compareColorWithTolerance() argument
80 int red1 = (_nColor1 >> 16) & 0xff; in compareColorWithTolerance()
81 int green1 = (_nColor1 >> 8) & 0xff; in compareColorWithTolerance()
82 int blue1 = (_nColor1 ) & 0xff; in compareColorWithTolerance()

Completed in 10 milliseconds