| .PALETTE Statement QuickSCREENi |
|
  QuickSCREEN       Details       Example       Contents       Index |
| ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ |
| PALETTE, PALETTE USING - graphics statements that change one or |
|                          more of the colors in the palette |
| Tip:  The PALETTE statement works only on systems equipped with EGA, VGA, |
|       or MCGA adapters. |
|
| Syntax |
|   PALETTE [attribute,color] |
|   PALETTE USING array-name [(array-index)] |
|     ž attribute is the palette attribute to be changed |
|     ž color is the display color assigned to the attribute |
|     ž array-name and array-index are used to change more that one palette |
      assignment with a single statement (see Details ) |
|
See Also  SCREEN   COLOR |