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>getpalette()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    GetPalette()

         Returns the actual colour palette

    Syntax:

         GetPalette() -> cPalette

    Description:

         It returns a 768 bytes string with the present colour palette.
         This function is very useful to conjugate with Upgrade() and
         Degrade().

    Return:

         A 768 bytes string with the colour palette.

    Example:

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

See Also: Degrade() SetPalette() Upgrade()

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