SoLogicOperationElementLogicOperations Enumeration |
Logic Operation as defined by OpenGL's logicOp enum.
Namespace: OIV.Inventor.Elements
Member name | Value | Description | |
---|---|---|---|
NOOP | 0 | ||
CLEAR | 1 | ||
SET | 2 | ||
COPY | 3 | ||
COPY_INVERTED | 4 | ||
INVERT | 5 | ||
AND | 6 | ||
NAND | 7 | ||
AND_REVERSE | 8 | ||
AND_INVERTED | 9 | ||
OR | 10 | ||
NOR | 11 | ||
XOR | 12 | ||
OR_REVERSE | 13 | ||
OR_INVERTED | 14 | ||
EQUIV | 15 |