www.emgu.com/wiki Elementwise add a color val to the current image

Declaration Syntax
public Image<TColor, TDepth> Add(
TColor val
)
Public Function Add ( _
val As TColor _
) As Image(Of TColor, TDepth)
public:
Image<TColor, TDepth>^ Add(
TColor val
)

Parameters
- val (TColor)
- The color value to be added to the current image

Return Value
The result of elementwise adding color val from the current image
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)