| PictureEffects REALbasic Plugin |
|
InterlaceEffect Class
Interlaces a picture by replacing every other line from it with a given color. (horizontal, vertical or both).
MPImageFilter
InterlaceEffect
class InterlaceEffect
Properties
ErrorCode (Inherited) | Returns error code after applying the effect. This value is a Constant defined in the PictureEffectsError module. |
MultiprocessingHint (Inherited) | Use this property to fine tune CPU usage for this algorithm. By default this property is set to zero (Automatic). This property accepts all constants that are defined in PictureEffectsCPUUsage. |
ProgressHandler (Inherited) | Use this property to use a progress class to get progress feedback from this function. This class must be a class that Implements the IProgressHandler Interface which is defined in this plugin. |
Methods
Apply | Applies the effect on a given 32 bit source image with a given 32 bit mask and returns the result to a new image. |
ApplyInPlace | Applies the effect in place on a given 32 bit source image with a given 32 bit mask. |
Supported Platforms:
PPC - MacOS 9Carbon - MacOS 9 and MacOS X (PEF)MacOS X PPC - (Mach-O)MacOS X Universal Binary (Mach-O)Win32 - WindowsLinux x86