コード例 #1
0
 public ColorSet getSharedColors(final ColorSet ccOther) {
   return fromMask(getColor() & ccOther.getColor());
 }
コード例 #2
0
 /** this has no other colors except defined by operand. */
 public boolean hasNoColorsExcept(final ColorSet other) {
   return hasNoColorsExcept(other.getColor());
 }