WPILib 2012
WPILibRoboticsLibraryforFRC
|
#include <HSLImage.h>
Public Member Functions | |
HSLImage () | |
HSLImage (const char *fileName) |
A color image represented in HSL color space at 3 bytes per pixel.
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.
fileName | The path of the file to load. |