WPILib 2012
WPILibRoboticsLibraryforFRC
Public Member Functions
RGBImage Class Reference

#include <RGBImage.h>

Inheritance diagram for RGBImage:
ColorImage ImageBase ErrorBase

List of all members.

Public Member Functions

 RGBImage ()
 RGBImage (const char *fileName)

Detailed Description

A color image represented in RGB color space at 3 bytes per pixel.


Constructor & Destructor Documentation

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.

Parameters:
fileNameThe path of the file to load.

The documentation for this class was generated from the following files:
 All Classes Functions Variables