Язык:
Русский
English
PaletteType
Const MaxColors = 15;
Type PaletteType = Record
Size : Byte;
Colors : Array[0..MaxColors] Of ShortInt;
End;
PaletteType |
Язык: PaletteType Const MaxColors = 15; Type PaletteType = Record |
|
|