Performs a binary XOR operation that combines this RasterOp object with another.
public final RasterOp xorWith( RasterOp op )
op
A RasterOp that participates with this one in the logical XOR operation.
Returns a RasterOp object that represents the result of the binary XOR operation.