summaryrefslogtreecommitdiff
path: root/include/mcolor.h
diff options
context:
space:
mode:
authorpixel <pixel>2006-10-28 16:50:46 +0000
committerpixel <pixel>2006-10-28 16:50:46 +0000
commit45e08ccde95c84932557701235558e72cdc95f1b (patch)
tree0c318c6f589002a8d486c107519b4cf4fd4be1cb /include/mcolor.h
parenta13cd83fb51c2e744b8b80dc26696190ec9bff6d (diff)
Fixing caps in class names.
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 9592bbe..30184c4 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.10 2006-01-31 17:02:39 pixel Exp $ */
+/* $Id: mcolor.h,v 1.11 2006-10-28 16:50:46 pixel Exp $ */
#ifndef __MCOLOR_H__
#define __MCOLOR_H__
@@ -38,6 +38,7 @@ namespace mogltk {
Uint32 toSDL(SDL_PixelFormat * = 0);
void fromSDL(Uint32, SDL_PixelFormat * = 0);
void fromHSV(double H, double S, double V); // H in degrees
+ void toHSV(double * H, double * S, double * V);
static Color Min;
static Color Max;
Color c;