Changeset 4589 for trunk/psLib/src/imageops/psImagePixelManip.h
- Timestamp:
- Jul 20, 2005, 3:40:10 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImagePixelManip.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImagePixelManip.h
r4540 r4589 8 8 * @author Robert DeSonia, MHPCC 9 9 * 10 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $11 * @date $Date: 2005-07- 12 19:12:01$10 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2005-07-21 01:40:10 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 83 83 psImage* image, ///< target image 84 84 const psImage* overlay, ///< the overlay image 85 int col0,///< the column to start overlay86 int row0,///< the row to start overlay85 int x0, ///< the column to start overlay 86 int y0, ///< the row to start overlay 87 87 const char *op ///< the operation to perform for overlay 88 88 );
Note:
See TracChangeset
for help on using the changeset viewer.
