[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpreadtga.pp line 38
type TFPReaderTarga = class(TFPCustomImageReader) |
protected |
AlphaBits: Byte; |
Identification: ShortString; |
Compressed: Boolean; |
BottomUp: Boolean; |
BytesPerPixel: Byte; |
FScanLine: PByte; |
FLineSize: Integer; |
FPaletteSize: Integer; |
FBlockCount: Integer; |
FPixelCount: Integer; |
FLastPixel: array [0..3] of Byte; |
procedure AnalyzeHeader(); |
procedure CreateGrayPalette; |
procedure ReadPalette(); |
procedure ReadScanLine(); virtual; |
procedure WriteScanLine(); virtual; |
procedure InternalRead(); override; |
function InternalCheck(); override; |
public |
constructor Create; override; |
destructor Destroy; override; |
end; |
| |
| |
| |
TObject |