Palette
Previous  Next

Description: Changes the color of one palette entry.

     Syntax:
     
Palette <RgbColorCode>, <Palette>, <Index>

Part
Description
<RgbColorCode>
Required. Color code. This can be either from the Rgb() function or by using the hex value.
<Palette>
Required. Palette number to alter
<Index>
Required. Color index of the palette to change

Example:

        Palette Rgb(7,7,7), 0, 0
        Palette &hEEE, 0, 0