Public Member Functions | |
| (void) | - stackPlane:fromImage: |
| Stacks one color plane. | |
| (void) | - stackPlane:fromImage:withOffset:withExpansion: |
| Stacks one color plane with an image shift. | |
| (void) | - stackLRGBfromImage: |
| Stack the plane 0 of the argument image into our luminance channel. | |
| (void) | - stackLRGBfromImage:withOffset:withExpansion: |
| Stack the plane 0 of the argument image with a shift into our luminance channel. | |
| - (void) stackPlane: | (u_short) | plane | ||
| fromImage: | (MyImageBuffer*) | image | ||
Stacks one color plane.
| plane | The color plane to stack | |
| image | The image to add to ourselves |
| - (void) stackPlane: | (u_short) | plane | ||
| fromImage: | (MyImageBuffer*) | image | ||
| withOffset: | (NSPoint) | offset | ||
| withExpansion: | (u_short) | expand | ||
Stacks one color plane with an image shift.
| plane | The color plane to stack | |
| image | The image to add to ourselves | |
| offset | Offset applied to the other image before adding. | |
| expand | The pixel expansion factor |
| - (void) stackLRGBfromImage: | (MyImageBuffer*) | image |
Stack the plane 0 of the argument image into our luminance channel.
| image | The image to add to ourselves |
| - (void) stackLRGBfromImage: | (MyImageBuffer*) | image | ||
| withOffset: | (NSPoint) | offset | ||
| withExpansion: | (u_short) | expand | ||
Stack the plane 0 of the argument image with a shift into our luminance channel.
| image | The image to add to ourselves | |
| offset | Offset applied to the other image before adding. | |
| expand | The pixel expansion factor |
1.5.4