| Value | Description |
Clear |
Sets all bits to 0.
|
|---|
Copy |
Takes the bit values of the source color.
|
|---|
| NoOp |
Takes the bit values of the destination color.
|
|---|
Set |
Sets all bits to 1.
|
|---|
| CopyInverted |
Takes the inverted bit values of the source color.
|
|---|
| Invert |
Takes the inverted values of the destination color.
|
|---|
| AndReverse |
Takes the logical product of the source color and inverse bit values of the destination color.
|
|---|
| OrReverse |
Takes the logical sum of the source color and inverse bit values of the destination color.
|
|---|
| And |
Takes the logical AND of the source color and destination color.
|
|---|
| Or |
Takes the logical OR of the source color and destination color.
|
|---|
| Nand |
Takes the inverse bit values of the logical AND of the source color and destination color.
|
|---|
| Nor |
Takes the inverse bit values of the logical OR of the source color and destination color.
|
|---|
| Xor |
Takes the exclusive OR of the source color and destination color.
|
|---|
| Equiv |
Takes the inverse bit values of the exclusvie OR of the source color and destination color.
|
|---|
| AndInverted |
Takes the logical AND of the inverse bit values of the source color and the destination color.
|
|---|
| OrInverted |
Takes the logical OR of the inverse bit values of the source color and the destination color.
|
|---|