Now you can download a copy of these docs so you can use them offline! Download now

HSLImage Class Reference

#include <HSLImage.h>

Inheritance diagram for HSLImage:
Collaboration diagram for HSLImage:

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.

Definition at line 15 of file HSLImage.h.


Constructor & Destructor Documentation

HSLImage::HSLImage (  ) 

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

Definition at line 12 of file HSLImage.cpp.

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


The documentation for this class was generated from the following files:

Generated on Thu Jan 12 2012 22:35:32 for WPILibC++ by doxygen 1.7.1