Description | uses | Classes, Interfaces, Objects and Records | Functions and Procedures | Types | Constants | Variables |
Provides an image class to load and save TGA files.
Name | Description |
---|---|
Class EAdTGAUnsupportedFormatError |
|
Class EAdTGAInvalidPictureError |
|
packed record TAdTGAHeader |
|
Class TAdTGAImage |
TAdTGAPictureType = (...); |
TAdTGAPixels = array of array of TRGBARec; |
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); |
TAdTGAPictureType = (...); |
Values
|
TAdTGAPixels = array of array of TRGBARec; |
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); |