WmfTernaryRasterOperationOperand Enumeration
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.
Module: aspose.imaging.fileformats.wmf.consts
Full Name: aspose.imaging.fileformats.wmf.consts.WmfTernaryRasterOperationOperand
Members
| Member name | Description |
|---|---|
| A | Bitwise AND |
| D | Destination bitmap |
| N | Bitwise NOT (inverse) |
| O | Bitwise OR |
| P | Selected brush (also called pattern) |
| S | Source bitmap |
| X | Bitwise exclusive OR (XOR) |