Description | Hierarchy | Fields | Methods | Properties |
type TAd2DBitmapTexture = class(TAd2DTexture)
An abstract class which represents a bitmap texture in Andorra's engine.
procedure FlushTexture; virtual; abstract; |
|
procedure LoadFromBitmap(ABmp:TAd2dCustomBitmap; ABitDepth: TAdBitDepth); virtual; abstract; |
|
procedure SaveToBitmap(ABmp:TAd2dBitmap); virtual; abstract; |
procedure FlushTexture; virtual; abstract; |
|
Frees the textures memory |
procedure LoadFromBitmap(ABmp:TAd2dCustomBitmap; ABitDepth: TAdBitDepth); virtual; abstract; |
|
Loads the texture from a TAd2dBitmap. |
procedure SaveToBitmap(ABmp:TAd2dBitmap); virtual; abstract; |
|
Saves the texture to a TAd2dBitmap. |