ImageTColor, TDepthBitwiseOr Operator |
Name | Description | |
---|---|---|
![]() ![]() | BitwiseOr(Double, ImageTColor, TDepth) |
Perform an binary OR operation with some color
|
![]() ![]() | BitwiseOr(TColor, ImageTColor, TDepth) |
Perform an binary OR operation with some color
|
![]() ![]() | BitwiseOr(ImageTColor, TDepth, ImageTColor, TDepth) | Perform an element wise OR operation with another image and return the result |
![]() ![]() | BitwiseOr(ImageTColor, TDepth, Double) |
Perform an binary OR operation with some color
|
![]() ![]() | BitwiseOr(ImageTColor, TDepth, TColor) |
Perform an binary OR operation with some color
|