Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
PALETTE, PALETTE USING Statements
◄Syntax► ◄Details► ◄Example► ◄Contents► ◄Index► ◄Back►
──────────────────────────────────────────────────────────────────────────────
PALETTE [attribute%,color&]
PALETTE USING array-name [(array-index)]
■ The PALETTE statement works only on systems equipped with EGA, VGA,
or MCGA adapters.
■ attribute% The palette attribute to be changed.
■ color& The display color assigned to the attribute.
■ array-name and Used to change more than one palette assignment
array-index with a single PALETTE USING statement.
See Also ◄Adapters and Colors► ◄COLOR► ◄SCREEN Statement►