Searched refs:otherColor (Results 1 – 3 of 3) sorted by relevance
1656 var otherColor = 8 - g_toMove; 1678 if (IsSquareAttackable(from + 1, otherColor) ||1679 IsSquareAttackable(from + 2, otherColor)) {1701 if (IsSquareAttackable(from - 1, otherColor) ||1702 IsSquareAttackable(from - 2, otherColor)) {1805 g_toMove = otherColor;1809 if (IsSquareAttackable(g_pieceList[(pieceKing | (8 - g_toMove)) << 4], otherColor)) {1873 var otherColor = 8 - g_toMove;1875 var them = otherColor >> 3;
2 …otherColor){if(!(otherColor instanceof Color)){otherColor=new Color(otherColor)}var result=[],alph…
4608 overlayWith: function(otherColor) {4609 if (!(otherColor instanceof Color)) {4610 otherColor = new Color(otherColor); variable4617 otherSource = otherColor.getSource();