Ejemplo n.º 1
0
 public ColorSet getSharedColors(final ColorSet ccOther) {
   return fromMask(getColor() & ccOther.getColor());
 }
Ejemplo n.º 2
0
 /** this has no other colors except defined by operand. */
 public boolean hasNoColorsExcept(final ColorSet other) {
   return hasNoColorsExcept(other.getColor());
 }