TSKYFileFormat Class
ElderImagerySky | Legend | Members | Methods | Properties | Hierarchy

Class for loading and saving of images in SKY format.

Pascal
public TSKYFileFormat = class(TElderFileFormat);
File

ElderImagerySky (at line 46)

Description

It is 8 bit indexed format found in Daggerfall, and maybe other old Bethesda games. Files are named SKY##.DAT and each contains two sets of 32 images (512 by 220 pixels), each with its palette. First set contains sky without sun, seconf set sky with sun.

Hierarchy
TObject
TImageFileFormat
TElderFileFormat
TSKYFileFormat
Related Information
You are here: Symbol Reference > Classes > TSKYFileFormat Class