Overload List

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

See Also