summaryrefslogtreecommitdiff
path: root/include/mcolor.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mcolor.h')
-rw-r--r--include/mcolor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mcolor.h b/include/mcolor.h
index b383fee..9592bbe 100644
--- a/include/mcolor.h
+++ b/include/mcolor.h
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* $Id: mcolor.h,v 1.9 2004-11-27 21:48:01 pixel Exp $ */
+/* $Id: mcolor.h,v 1.10 2006-01-31 17:02:39 pixel Exp $ */
#ifndef __MCOLOR_H__
#define __MCOLOR_H__
@@ -37,6 +37,7 @@ namespace mogltk {
void Norm();
Uint32 toSDL(SDL_PixelFormat * = 0);
void fromSDL(Uint32, SDL_PixelFormat * = 0);
+ void fromHSV(double H, double S, double V); // H in degrees
static Color Min;
static Color Max;
Color c;