Description | Hierarchy | Fields | Methods | Properties |
type TAdTGAImage = class(TObject)
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
procedure LoadFromStream(AStream: TStream); |
![]() |
procedure LoadFromFile(const Filename: string); |
![]() |
procedure SaveToStream(AStream: TStream); |
![]() |
procedure SaveToFile(const Filename: string); |
![]() |
function GetInfo: string; |
![]() |
procedure AssignAlphaChannel(const ABitmap: TAdBitmap); |
![]() |
procedure AssignAlphaChannelTo(const ABitmap: TAdBitmap); |
![]() |
procedure RemoveAlphaChannel; |
![]() |
property Width: Integer read FWidth; |
![]() |
property Height: Integer read FHeight; |
![]() |
property Bitmap: TAdBitmap read FBitmap write SetBitmap; |
![]() |
property Header: TAdTGAHeader read FHeader; |
![]() |
property Compressed: Boolean read FCompressed write FCompressed; |
![]() |
property HasAlphaChannel: Boolean read FHasAlphaChannel
write SetHasAlphaChannel; |
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
procedure LoadFromStream(AStream: TStream); |
![]() |
procedure LoadFromFile(const Filename: string); |
![]() |
procedure SaveToStream(AStream: TStream); |
![]() |
procedure SaveToFile(const Filename: string); |
![]() |
function GetInfo: string; |
![]() |
procedure AssignAlphaChannel(const ABitmap: TAdBitmap); |
![]() |
procedure AssignAlphaChannelTo(const ABitmap: TAdBitmap); |
![]() |
procedure RemoveAlphaChannel; |
![]() |
property Width: Integer read FWidth; |
![]() |
property Height: Integer read FHeight; |
![]() |
property Bitmap: TAdBitmap read FBitmap write SetBitmap; |
![]() |
property Header: TAdTGAHeader read FHeader; |
![]() |
property Compressed: Boolean read FCompressed write FCompressed; |
![]() |
property HasAlphaChannel: Boolean read FHasAlphaChannel
write SetHasAlphaChannel; |