|
WPILib 2012
WPILibRoboticsLibraryforFRC
|
#include <RGBImage.h>
Public Member Functions | |
| RGBImage () | |
| RGBImage (const char *fileName) | |
A color image represented in RGB color space at 3 bytes per pixel.
| RGBImage::RGBImage | ( | ) |
Create a new image that uses Red, Green, and Blue planes.
| RGBImage::RGBImage | ( | const char * | fileName | ) |
Create a new image by loading a file.
| fileName | The path of the file to load. |
1.7.4