Performs a binary AND operation that combines this RasterOp object with another.
public final RasterOp andWith( RasterOp op )
op
The RasterOp that participates with this one in the operation.
Returns a RasterOp object that represents the result of the binary AND operation.