Description | Hierarchy | Fields | Methods | Properties |
type TAdLFilter = class(TAdBitmapEffect)
A simple filter that changes the luminance of a Andorra bitmap.
![]() |
constructor Create; |
![]() |
procedure AssignEffect(Dest: TAd2dBitmap); override; |
![]() |
property LuminanceFactor: double read FLuminanceFactor write FLuminanceFactor; |
![]() |
constructor Create; |
Creates an instance of TAdLfilter |
![]() |
procedure AssignEffect(Dest: TAd2dBitmap); override; |
Applies the effect to a bitmap |
![]() |
property LuminanceFactor: double read FLuminanceFactor write FLuminanceFactor; |
The factor the luminance of the picture should be multiplied with. |