PictureEffects Xojo and Real Studio Plugin |
|
GaussianBlur.ApplyEffect Method
Applies the effect on a given 32 bit source image.
ApplyEffect(
source as Picture) as Picture
Parameters
- source
- The source picture to work with (can be 24 or 32 bits).
Returns
- Picture
- If the filter was successful: A reference to the modified picture.
If the src picture was not 24 or 32 bits then a nil will be returned.
Nil is also returned if the Value parameter is out of range.
Use the ErrorCode Property to get more information if there was a error.
Remarks
See Also
GaussianBlur Class