WmfTernaryRasterOperationOperand

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class WmfTernaryRasterOperationOperand extends System.Enum

Each ternary raster operation code represents a Boolean operation in which the values of the pixels in the source, the selected brush, and the destination are combined. Following are the three operands used in these operations.

Fields

FieldDescription
DDestination bitmap
PSelected brush (also called pattern)
SSource bitmap
aBitwise AND
nBitwise NOT (inverse)
oBitwise OR
xBitwise exclusive OR (XOR)

D

public static final int D

Destination bitmap

P

public static final int P

Selected brush (also called pattern)

S

public static final int S

Source bitmap

a

public static final int a

Bitwise AND

n

public static final int n

Bitwise NOT (inverse)

o

public static final int o

Bitwise OR

x

public static final int x

Bitwise exclusive OR (XOR)