| PictureEffects REALbasic Plugin |
|
GaussianBlur Class
A class to do Gaussian Blur with a given radius on pictures.
Gaussian Blur is typically used to reduce image noise and reduce detail levels.
The Gaussian blur is a type of image-blurring filter that uses a normal distribution (called "Gaussian distribution") for calculating the transformation to apply to each pixel in the image.
Object
GaussianBlur
class GaussianBlur
Constructors
Properties
ErrorCode | Returns error code after applying the effect. This value is a Constant defined in the PictureEffectsError module. |
ProgressHandler | 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. |
Radius | Use this property to set or get the radius on the effect. |
Methods
ApplyEffect | Applies the effect on a given 32 bit source image with a given 32 bit mask. |
ApplyEffect | Applies the effect on a given 32 bit source image. |
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