Description | Hierarchy | Fields | Methods | Properties |
type TAdBitmapBlur = class(TAdBitmapEffect)
Class which is able to blur a bitmap using a gausian blur.
![]() |
procedure AssignEffect(Dest:TAd2dBitmap); override; |
![]() |
property Radius: Single read FRadius write FRadius; |
![]() |
procedure AssignEffect(Dest:TAd2dBitmap); override; |
Assign the blur effect to the destination bitmap specified by "Dest". |
![]() |
property Radius: Single read FRadius write FRadius; |
Set the radius of the blur effect. Accepts values between 0 and 100. |