Class TAdTGAImage

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TAdTGAImage = class(TObject)

Description

Hierarchy

Overview

Methods

Public constructor Create;
Public destructor Destroy; override;
Public procedure LoadFromStream(AStream: TStream);
Public procedure LoadFromFile(const Filename: string);
Public procedure SaveToStream(AStream: TStream);
Public procedure SaveToFile(const Filename: string);
Public function GetInfo: string;
Public procedure AssignAlphaChannel(const ABitmap: TAdBitmap);
Public procedure AssignAlphaChannelTo(const ABitmap: TAdBitmap);
Public procedure RemoveAlphaChannel;

Properties

Public property Width: Integer read FWidth;
Public property Height: Integer read FHeight;
Public property Bitmap: TAdBitmap read FBitmap write SetBitmap;
Public property Header: TAdTGAHeader read FHeader;
Public property Compressed: Boolean read FCompressed write FCompressed;
Public property HasAlphaChannel: Boolean read FHasAlphaChannel write SetHasAlphaChannel;

Description

Methods

Public constructor Create;
 
Public destructor Destroy; override;
 
Public procedure LoadFromStream(AStream: TStream);
 
Public procedure LoadFromFile(const Filename: string);
 
Public procedure SaveToStream(AStream: TStream);
 
Public procedure SaveToFile(const Filename: string);
 
Public function GetInfo: string;
 
Public procedure AssignAlphaChannel(const ABitmap: TAdBitmap);
 
Public procedure AssignAlphaChannelTo(const ABitmap: TAdBitmap);
 
Public procedure RemoveAlphaChannel;
 

Properties

Public property Width: Integer read FWidth;
 
Public property Height: Integer read FHeight;
 
Public property Bitmap: TAdBitmap read FBitmap write SetBitmap;
 
Public property Header: TAdTGAHeader read FHeader;
 
Public property Compressed: Boolean read FCompressed write FCompressed;
 
Public property HasAlphaChannel: Boolean read FHasAlphaChannel write SetHasAlphaChannel;
 

SourceForge.net Logo


Generated by PasDoc 0.11.0 on 2008-12-31 14:32:00