Class TAdAntialiasFilter
Unit
AdBitmapEffects
Declaration
type TAdAntialiasFilter = class(TAdBitmapEffect)
Description
no description available, TAdBitmapEffect description follows
This is the abstract bitmap effect base class.
See also
- TAdBitmapBlur
- Class which is able to blur a bitmap using a gausian blur.
Hierarchy
Overview
Methods
Properties
 |
property Strength: double read FStrength write FStrength; |
 |
property Threshold: integer read FThreshold write FThreshold; |
Description
Methods
 |
constructor Create; |
|
 |
procedure AssignEffect(Dest: TAd2dBitmap); override; |
Applies the effect to a bitmap
|
Properties
 |
property Strength: double read FStrength write FStrength; |
The value pixels are blended by
|
 |
property Threshold: integer read FThreshold write FThreshold; |
The minimum alpha difference threshold
|

Generated by PasDoc 0.11.0 on 2008-12-31 14:31:58