Scope: Xpedition Designer schematic editor
Prerequisites: None.
Specifies raster operations.
VdRasterop.Constant
AND mode - Performs an AND of pixels. The numerical value for this constant is 7.
NAND mode - Performs a NAND of pixels. The numerical value for this constant is 3.
NOR mode - Performs a NOR of pixels. The numerical value for this constant is 5.
NOT mode - Performs a NOT of pixels; that is, pixels are not replaced. The numerical value for this constant is 4.
XNOR (equivalence) mode - Performs an XNOR of pixels. The numerical value for this constant is 6.
OR mode - Performs an OR of pixels. The numerical value for this constant is 1.
Replace mode - Overwrites pixels. The numerical value for this constant is 0.
XOR mode - Performs an XOR of pixels. The numerical value for this constant is 2.