GrafX2 2.9.3227
The ultimate 256-color painting program
|
SCx header data. More...
Data Fields | |
byte | Filler1 [4] |
"RIX3" More... | |
word | Width |
Image Width. More... | |
word | Height |
Image Height. More... | |
byte | PaletteType |
M P RGB PIX 0xAF = VGA. More... | |
byte | StorageType |
00 = Linear (1 byte per pixel) 01,02 Planar 03 text 80 Compressed 40 extension block 20 encrypted More... | |
SCx header data.
byte T_SCx_Header::Filler1[4] |
"RIX3"
Referenced by Load_SCx(), Save_SCx(), and Test_SCx().
word T_SCx_Header::Width |
Image Width.
Referenced by Load_SCx(), Save_SCx(), and Test_SCx().
word T_SCx_Header::Height |
Image Height.
Referenced by Load_SCx(), Save_SCx(), and Test_SCx().
byte T_SCx_Header::PaletteType |
M P RGB PIX 0xAF = VGA.
Referenced by Load_SCx(), Save_SCx(), and Test_SCx().
byte T_SCx_Header::StorageType |
00 = Linear (1 byte per pixel) 01,02 Planar 03 text 80 Compressed 40 extension block 20 encrypted
Referenced by Load_SCx(), Save_SCx(), and Test_SCx().