[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
NAME: SetAllPalette
USE: Replaces the current palette values with those specified
in the predefined PaletteType record.
Const
MaxColors = 15;
Type
PaletteType = Record
Size : Byte;
Colors : array[1..MaxColors] of shortInt;
end;
DEPENDENCY: Must first be in graphics mode. The unit Graph
must also be placed in the uses section.
SYNTAX: SetAllPalette(Var PaletteVar);
See Also:
GetBkColor
GetColor
GetPalette
SetBkColor
SetColor
SetPalette
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson