Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Fast Library For Clipper 3.02 Reference - <b>upgrade()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    Upgrade()

         Makes a progressive restore of the palette

    Syntax:

         Upgrade( cPalette ) -> Nil

         cPalette : A string of 768 bytes with the actual palette or with
                    the one wanted to be taken as reference for the upgrade.

    Description:

         This function works in synchronism with the CRT controller so that
         the degrade can offer a vision of soft and progressive change.

    Return:

         Nothing.

    Example:

         cPalette := GetPalette()
         Degrade( cPalette )
         Upgrade( cPalette )

See Also: Degrade() GetPalette()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson