| [Overview][Resource strings][Constants][Types][Classes][Procedures and functions] | 
Source position: gfxbase.pas line 80
| type TGfxImageType = ( | ||
| ftInvalid, | 
 | |
| ftMono, | 
 | |
| ftPal4, | 
 | |
| ftPal4A, | 
 | |
| ftPal8, | 
 | |
| ftPal8A, | 
 | |
| ftRGB16, | 
 | |
| ftRGBA16, | 
 | |
| ftRGB24, | 
 | |
| ftRGB32, | 
 | |
| ftRGBA32 | 
 | |
| ); |