www.emgu.com/wiki
Create a blank Image of the specified width, height, depth and color.

Declaration Syntax
public TimedImage(
int width,
int height,
TColor value
)
Public Sub New ( _
width As Integer, _
height As Integer, _
value As TColor _
)
public:
TimedImage(
int width,
int height,
TColor value
)

Parameters
- width (Int32)
- The width of the image
- height (Int32)
- The height of the image
- value (TColor)
- The initial color of the image
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)