RasterOp.xorWith

Overview | Methods | Fields | This Package | All Packages

RasterOp.xorWith

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.

See Also   andWith, orWith