|
| | BmpImage (UInt32 width, UInt32 height, ColorDepth colorDepth) |
| | Initializes a new instance of the MonoBrickFirmware.Graphics.BmpFile class. More...
|
| |
| void | AppendRGB (RGB pixel) |
| | Appends a pixel to the file More...
|
| |
| void | Clear () |
| | Clear the pixel content but keep the header More...
|
| |
|
void | WriteToFile (string path) |
| |
|
void | Dispose () |
| |
| MonoBrickFirmware.Tools.BmpImage.BmpImage |
( |
UInt32 |
width, |
|
|
UInt32 |
height, |
|
|
ColorDepth |
colorDepth |
|
) |
| |
|
inline |
Initializes a new instance of the MonoBrickFirmware.Graphics.BmpFile class.
- Parameters
-
| width | Width of image in pixels. |
| height | Height of image in pixels. |
| colorDepth | Color depth. |
| void MonoBrickFirmware.Tools.BmpImage.AppendRGB |
( |
RGB |
pixel | ) |
|
|
inline |
Appends a pixel to the file
- Parameters
-
| void MonoBrickFirmware.Tools.BmpImage.Clear |
( |
| ) |
|
|
inline |
Clear the pixel content but keep the header
The documentation for this class was generated from the following file: