Index: trunk/psLib/src/imageops/psImagePixelManip.h
===================================================================
--- trunk/psLib/src/imageops/psImagePixelManip.h	(revision 4815)
+++ trunk/psLib/src/imageops/psImagePixelManip.h	(revision 4920)
@@ -8,6 +8,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-08-18 21:44:40 $
+ *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-08-31 02:07:11 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -51,8 +51,8 @@
 int psImageClipComplexRegion(
     psImage* input,                    ///< the image to clip
-    complex min,                       ///< the minimum image value allowed
-    complex vmin,                      ///< the value pixels < min are set to
-    complex max,                       ///< the maximum image value allowed
-    complex vmax                       ///< the value pixels > max are set to
+    complex double min,                       ///< the minimum image value allowed
+    complex double vmin,                      ///< the value pixels < min are set to
+    complex double max,                       ///< the maximum image value allowed
+    complex double vmax                       ///< the value pixels > max are set to
 );
 
@@ -96,5 +96,5 @@
     psRegion *region,                  ///< the specified region
     bool logical_and,                  ///< the logical operation
-    int maskValue                      ///< the specified bits
+    psMaskType maskValue               ///< the specified bits
 );
 
@@ -108,5 +108,5 @@
     psRegion *region,                  ///< the specified region
     bool logical_and,                  ///< the logical operation
-    int maskValue                      ///< the specified bits
+    psMaskType maskValue               ///< the specified bits
 );
 
@@ -122,5 +122,5 @@
     double radius,                     ///< the radius of the specified circle
     bool logical_and,                  ///< the logical operation
-    int maskValue                      ///< the specified bits
+    psMaskType maskValue               ///< the specified bits
 );
 
@@ -136,5 +136,5 @@
     double radius,                     ///< the radius of the specified circle
     bool logical_and,                  ///< the logical operation
-    int maskValue                      ///< the specified bits
+    psMaskType maskValue               ///< the specified bits
 );
 
