Class TAdAntialiasFilter

DescriptionHierarchyFieldsMethodsProperties

Unit

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

Public constructor Create;
Public procedure AssignEffect(Dest: TAd2dBitmap); override;

Properties

Public property Strength: double read FStrength write FStrength;
Public property Threshold: integer read FThreshold write FThreshold;

Description

Methods

Public constructor Create;
 
Public procedure AssignEffect(Dest: TAd2dBitmap); override;

Applies the effect to a bitmap

Properties

Public property Strength: double read FStrength write FStrength;

The value pixels are blended by

Public property Threshold: integer read FThreshold write FThreshold;

The minimum alpha difference threshold

SourceForge.net Logo


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