bas7qck.hlp (Table of Contents; Topic list)
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