Source position: imlib.pp line 64
type TImlibImage = record |
rgb_width: LongInt; |
rgb_height: LongInt; |
rgb_data: Pbyte; |
alpha_data: Pbyte; |
filename: PChar; |
width: LongInt; |
height: LongInt; |
shape_color: TImlibColor; |
border: TImlibBorder; |
pixmap: TPixmap; |
shape_mask: TPixmap; |
cache: char; |
mods: TImlibColorModifier; |
rmod: TImlibColorModifier; |
gmod: TImlibColorModifier; |
bmod: TImlibColorModifier; |
rmap: array [0..255] of Byte; |
gmap: array [0..255] of Byte; |
bmap: array [0..255] of Byte; |
end; |