I understand that it can be used as an image source for wpf files but can someone take me through all of it's inputs and what they signify, as well as the importance of each component. Also I'm confused as to what a bitmap is, should it be called in a program; is it an array? A string? I found the description on MSDN unclear. An example of what I'm talking about is below.
colorBitmap = new WriteableBitmap(sensor.ColorStream.FrameWidth,
sensor.ColorStream.FrameHeight, 96.0, 96.0, PixelFormats.Bgr32, null);