WPILib 2012
WPILibRoboticsLibraryforFRC
Vision/HSLImage.h
00001 /*----------------------------------------------------------------------------*/
00002 /* Copyright (c) FIRST 2008. All Rights Reserved.                                                         */
00003 /* Open Source Software - may be modified and shared by FRC teams. The code   */
00004 /* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib.  */
00005 /*----------------------------------------------------------------------------*/
00006 
00007 #ifndef __HSL_IMAGE_H__
00008 #define __HSL_IMAGE_H__
00009 
00010 #include "ColorImage.h"
00011 
00015 class HSLImage : public ColorImage
00016 {
00017 public:
00018     HSLImage();
00019     HSLImage(const char *fileName);
00020     virtual ~HSLImage();
00021 };
00022 
00023 #endif
00024 
 All Classes Functions Variables