RasterOp.orWith

Overview | Methods | Fields | This Package | All Packages

RasterOp.orWith

Performs a binary OR operation that combines this RasterOp object with another.

Syntax

public final RasterOp orWith( RasterOp op )

Parameters

op

A RasterOp object that participates with this one in the operation.

Return Value

Returns a RasterOp object that represents the result of the binary OR operation.

See Also   andWith, xorWith