Changeset 25753 for trunk/psLib/src/imageops/psImageMaskOps.h
- Timestamp:
- Oct 2, 2009, 3:04:33 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageMaskOps.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageMaskOps.h
r21183 r25753 22 22 #include "psStats.h" 23 23 #include "psPixels.h" 24 25 /** Perform the mask opertion on all image pixels 26 * 27 * The pixels are set by combining the existing pixel value and the given maskValue 28 * with a logical operation. The allowed operations are =, AND, OR, and XOR. 29 */ 30 void psImageMaskPixels(psImage *image, 31 const char *op, 32 psImageMaskType maskValue); 24 33 25 34 /** Sets the bits inside the region, ignoring pixels outside.
Note:
See TracChangeset
for help on using the changeset viewer.
