Description | Hierarchy | Fields | Methods | Properties |
type TAdTransparencyFilter = class(TAdBitmapEffect)
Makes a specific color of the bitmap transparent.
![]() |
constructor Create; |
![]() |
procedure AssignEffect(Dest: TAd2dBitmap); override; |
![]() |
property Transparent: boolean read FTransparent write FTransparent; |
![]() |
property TransparentColor: LongInt read FTransparentColor write FTransparentColor; |
![]() |
constructor Create; |
Creates an instance of TAdTransparencyFilter |
![]() |
procedure AssignEffect(Dest: TAd2dBitmap); override; |
Assigns the transparency effect to the bitmap |
![]() |
property Transparent: boolean read FTransparent write FTransparent; |
Specifies whether the image should be made transparent. If false, the alpha channel will be removed. |