Overview | Methods | Fields | This Package | All Packages
Performs a binary XOR operation that combines this RasterOp object with another.
Syntax
public final RasterOp xorWith( RasterOp op )
Parameters
op
A RasterOp that participates with this one in the logical XOR operation.
Return Value
Returns a RasterOp object that represents the result of the binary XOR operation.