|
GrafX2 2.9.3227
The ultimate 256-color painting program
|
Logical Screen Descriptor Block. More...
Collaboration diagram for T_GIF_LSDB:Data Fields | |
| word | Width |
| Width of the complete image area. More... | |
| word | Height |
| Height of the complete image area. More... | |
| byte | Resol |
| Informations about the resolution (and other) More... | |
| byte | Backcol |
| Proposed background color. More... | |
| byte | Aspect |
| Informations about aspect ratio. Ratio = (Aspect + 15) / 64. More... | |
Logical Screen Descriptor Block.
| word T_GIF_LSDB::Width |
Width of the complete image area.
Referenced by Load_GIF(), and Save_GIF().
| word T_GIF_LSDB::Height |
Height of the complete image area.
Referenced by Load_GIF(), and Save_GIF().
| byte T_GIF_LSDB::Resol |
Informations about the resolution (and other)
Referenced by Load_GIF(), and Save_GIF().
| byte T_GIF_LSDB::Backcol |
Proposed background color.
Referenced by Load_GIF(), and Save_GIF().
| byte T_GIF_LSDB::Aspect |
Informations about aspect ratio. Ratio = (Aspect + 15) / 64.
Referenced by Load_GIF(), and Save_GIF().