class LogicOp
Class for setting logical operations.
| isEnable | Enables/disables logical operations. The type is bool. The initial value is false (disabled). | |
|---|---|---|
| opCode | Logical operation setting. The type is PicaDataLogicOp. Use a PicaDataLogicOp enumerated constant defined in the PICA macro header. The initial value is NOOP. |
| LogicOp | Initializes using initial values for logical operation settings. | |
|---|---|---|
| MakeCommand | Generates rendering commands based on previously set information. |
CONFIDENTIAL