Enum WmfTernaryRasterOperationOperand

Enum WmfTernaryRasterOperationOperand

Namespace: Aspose.Imaging.FileFormats.Wmf.Consts
Assembly: Aspose.Imaging.dll (25.2.0)

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.

public enum WmfTernaryRasterOperationOperand

Fields

D = 0

Destination bitmap

P = 1

Selected brush (also called pattern)

S = 2

Source bitmap

a = 3

Bitwise AND

n = 4

Bitwise NOT (inverse)

o = 5

Bitwise OR

x = 6

Bitwise exclusive OR (XOR)