Overload List

NameDescription
Xor(Image<(Of <(TColor, TDepth>)>))
Perform an elementwise XOR operation with another image and return the result
Xor(TColor)
Perform an binary XOR operation with some color
Xor(Image<(Of <(TColor, TDepth>)>), Image<(Of <(Gray, Byte>)>))
Perform an elementwise XOR operation with another image, using a mask, and return the result
Xor(TColor, Image<(Of <(Gray, Byte>)>))
Perform an binary XOR operation with some color using a mask

See Also