SET PALETTE Command

Specifies whether the Visual FoxPro default color palette is used.

SET PALETTE ON | OFF

Parameters

  • ON
    (Default) Restores the default Visual FoxPro color palette.
  • OFF
    Replaces the Visual FoxPro default color palette with color palettes from the .bmp graphics and OLE objects.

Remarks

OLE objects and .bmp graphics can contain color palettes that determine how the graphics and objects appear when they are displayed. The color palette of the first graphic or object displayed is used for all subsequent graphics or objects. Since a single color palette is used for all the graphics and objects, the colors of some of the graphics and objects may be changed in an unexpected manner.

The default Visual FoxPro color palette is designed to improve the display appearance of multiple .bmp graphics and OLE objects.

See Also

@ ... SAY | MODIFY GENERAL | SET COLOR TO Command