Main Page | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members

plhsvconvert.h

00001 /*
00002 /--------------------------------------------------------------------
00003 |
00004 |      $Id: plhsvconvert.h,v 1.2 2002/03/31 13:36:42 uzadow Exp $
00005 |
00006 |      Copyright (c) 1996-2002 Ulrich von Zadow
00007 |
00008 \--------------------------------------------------------------------
00009 */
00010 #ifndef HSVCONVERT_H
00011 #define HSVCONVERT_H
00012 
00013 void fp_rgb_to_hsv (double *r,
00014                     double *g,
00015                     double *b);
00016 
00017 void fp_hsv_to_rgb (double *h,
00018                     double *s,
00019                     double *v);
00020 
00021 #endif
00022 
00023 /*
00024 /--------------------------------------------------------------------
00025 |
00026 |      $Log: plhsvconvert.h,v $
00027 |      Revision 1.2  2002/03/31 13:36:42  uzadow
00028 |      Updated copyright.
00029 |
00030 |      Revision 1.1  2001/09/16 19:03:23  uzadow
00031 |      Added global name prefix PL, changed most filenames.
00032 |
00033 |      Revision 1.1  2000/10/12 21:56:12  uzadow
00034 |      Moved local functions from VideoInvertFilter.cpp to
00035 |      hsvconvert.*
00036 |
00037 |
00038 |
00039 \--------------------------------------------------------------------
00040 */

Generated on Sun Jun 6 13:42:22 2004 for paintlib by doxygen 1.3.2