ImageTColor, TDepthXor Method |
Name | Description | |
---|---|---|
![]() | Xor(TColor) |
Perform an binary XOR operation with some color
|
![]() | Xor(ImageTColor, TDepth) | Perform an elementwise XOR operation with another image and return the result |
![]() | Xor(TColor, ImageGray, Byte) |
Perform an binary XOR operation with some color using a mask
|
![]() | Xor(ImageTColor, TDepth, ImageGray, Byte) |
Perform an elementwise XOR operation with another image, using a mask, and return the result
|