Searched refs:colorIndex (Results 1 – 1 of 1) sorted by relevance
671 public Ship(int colorIndex) { in Ship() argument688 mR = (colorIndex & 0x01) == 0 ? 63 : 255; in Ship()689 mG = (colorIndex & 0x02) == 0 ? 63 : 255; in Ship()690 mB = (colorIndex & 0x04) == 0 ? 63 : 255; in Ship()692 mColor = colorIndex; in Ship()