Overload List

NameDescription
BitwiseOr(Image<(Of <(TColor, TDepth>)>), Image<(Of <(TColor, TDepth>)>))
Perform an elementwise OR operation with another image and return the result
BitwiseOr(Image<(Of <(TColor, TDepth>)>), Double)
Perform an binary OR operation with some color
BitwiseOr(Image<(Of <(TColor, TDepth>)>), TColor)
Perform an binary OR operation with some color
BitwiseOr(Double, Image<(Of <(TColor, TDepth>)>))
Perform an binary OR operation with some color
BitwiseOr(TColor, Image<(Of <(TColor, TDepth>)>))
Perform an binary OR operation with some color

See Also