Now you can download a copy of these docs so you can use them offline! Download now
RGBImage Class Reference
#include <RGBImage.h>
Inheritance diagram for RGBImage:

Collaboration diagram for RGBImage:

Public Member Functions | |
| RGBImage () | |
| RGBImage (const char *fileName) | |
Detailed Description
A color image represented in RGB color space at 3 bytes per pixel.
Definition at line 15 of file RGBImage.h.
Constructor & Destructor Documentation
| RGBImage::RGBImage | ( | ) |
Create a new image that uses Red, Green, and Blue planes.
Definition at line 12 of file RGBImage.cpp.
| RGBImage::RGBImage | ( | const char * | fileName | ) |
Create a new image by loading a file.
- Parameters:
-
fileName The path of the file to load.
Definition at line 20 of file RGBImage.cpp.
The documentation for this class was generated from the following files:
Generated on Thu Jan 12 2012 22:35:35 for WPILibC++ by
1.7.1