Home
last modified time | relevance | path

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

/plugin/pgn4web/pgn4web/libs/garbochess/
H A Dgarbochess.js1656 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;
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js2otherColor){if(!(otherColor instanceof Color)){otherColor=new Color(otherColor)}var result=[],alph…
H A Dfabric.js4608 overlayWith: function(otherColor) {
4609 if (!(otherColor instanceof Color)) {
4610 otherColor = new Color(otherColor); variable
4617 otherSource = otherColor.getSource();