PictureEffects Xojo and Real Studio Plugin

BlendEffect.Apply Method

Applies the effect on a given 32 bit source image with parameters that have been set on the class instance.

Apply(
   source as Picture) as Picture

Parameters

source
The source picture to work with (can be 24 or 32 bits).

Returns

Picture
The result image or nil if failure.

Remarks

See Also

BlendEffect Class