Unit AdTGAImage

DescriptionusesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

Provides an image class to load and save TGA files.

Overview

Classes, Interfaces, Objects and Records

Name Description
Class EAdTGAUnsupportedFormatError  
Class EAdTGAInvalidPictureError  
packed record TAdTGAHeader  
Class TAdTGAImage  

Types

TAdTGAPictureType = (...);
TAdTGAPixels = array of array of TRGBARec;

Constants

HIGH_COLORS: array[0..31] of Byte = (0, 8, 16, 25, 33, 41, 49, 58, 66, 74, 82, 90, 99, 107, 115, 123, 132, 140, 148, 156, 165, 173, 181, 189, 197, 206, 214, 222, 230, 239, 247, 255);
BIT_VALUES: array[0..1] of Byte = (0, 255);

Description

Types

TAdTGAPictureType = (...);
 
Values
  • ttNone = 0:  
  • ttIndexed = 1:  
  • ttRGB = 2:  
  • ttMonochrome = 3:  
  • ttIndexedRLE = 9:  
  • ttRGBRLE = 10:  
  • ttMonochromeRLE = 11:  
TAdTGAPixels = array of array of TRGBARec;
 

Constants

HIGH_COLORS: array[0..31] of Byte = (0, 8, 16, 25, 33, 41, 49, 58, 66, 74, 82, 90, 99, 107, 115, 123, 132, 140, 148, 156, 165, 173, 181, 189, 197, 206, 214, 222, 230, 239, 247, 255);
 
BIT_VALUES: array[0..1] of Byte = (0, 255);
 

SourceForge.net Logo


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