WPILib 2012
WPILibRoboticsLibraryforFRC
Public Member Functions
HSLImage Class Reference

#include <HSLImage.h>

Inheritance diagram for HSLImage:
ColorImage ImageBase ErrorBase

List of all members.

Public Member Functions

 HSLImage ()
 HSLImage (const char *fileName)

Detailed Description

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


Constructor & Destructor Documentation

HSLImage::HSLImage ( )

Create a new image that uses the Hue, Saturation, and Luminance planes.

HSLImage::HSLImage ( 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