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 bitwise inversion of the source color.
|
---|
Invert |
Takes the bitwise inversion of the destination color.
|
---|
AndReverse |
Takes the bitwise AND of the bitwise inversion of the source color and the destination color.
|
---|
OrReverse |
Takes the bitwise OR of the bitwise inversion of the source color and the destination color.
|
---|
And |
Takes the bitwise AND of the source color and destination color.
|
---|
Or |
Takes the bitwise OR of the source color and destination color.
|
---|
Nand |
Takes the bitwise inversion of the bitwise AND of the source color and destination color.
|
---|
Nor |
Takes the bitwise inversion of the bitwise OR of the source color and destination color.
|
---|
Xor |
Takes the bitwise exclusive OR of the source color and destination color.
|
---|
Equiv |
Takes the bitwise inversion of the bitwise exclusive OR of the source color and destination color.
|
---|
AndInverted |
Takes the bitwise AND of the destination color and the bitwise inversion of the source color.
|
---|
OrInverted |
Takes the bitwise OR of the destination color and the bitwise inversion of the source color.
|
---|