TBLBooleanOp
Boolean operator (between A and B).
Definition
Unit: Blend2D
Enumeration Values
Copy (0)
Result = B.
&And (1)
Result = A and B.
&Or (2)
Result = A or B.
&Xor (3)
Result = A xor B.
AndNot (4)
Result = A and (not B).
NotAnd (5)
Result = (not A) and B.